Skip to content

Commit 2676c84

Browse files
Disable leak tracking for selection text area (#147273)
1 parent fa85f69 commit 2676c84

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/flutter/test/material/selection_area_test.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import 'package:flutter/material.dart';
99
import 'package:flutter/rendering.dart';
1010
import 'package:flutter/services.dart';
1111
import 'package:flutter_test/flutter_test.dart';
12-
import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_testing.dart';
1312

1413
import '../widgets/process_text_utils.dart';
1514

@@ -289,10 +288,7 @@ void main() {
289288
expect(content!.plainText, 'How');
290289
});
291290

292-
testWidgets('stopping drag of end handle will show the toolbar',
293-
// TODO(polina-c): remove when fixed https://github.com/flutter/flutter/issues/145600 [leak-tracking-opt-in]
294-
experimentalLeakTesting: LeakTesting.settings.withTracked(classes: const <String>['CurvedAnimation']),
295-
(WidgetTester tester) async {
291+
testWidgets('stopping drag of end handle will show the toolbar', (WidgetTester tester) async {
296292
final FocusNode focusNode = FocusNode();
297293
addTearDown(focusNode.dispose);
298294

0 commit comments

Comments
 (0)