File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/flutter/test/material Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import 'package:flutter/material.dart';
9
9
import 'package:flutter/rendering.dart' ;
10
10
import 'package:flutter/services.dart' ;
11
11
import 'package:flutter_test/flutter_test.dart' ;
12
- import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_testing.dart' ;
13
12
14
13
import '../widgets/process_text_utils.dart' ;
15
14
@@ -289,10 +288,7 @@ void main() {
289
288
expect (content! .plainText, 'How' );
290
289
});
291
290
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 {
296
292
final FocusNode focusNode = FocusNode ();
297
293
addTearDown (focusNode.dispose);
298
294
You can’t perform that action at this time.
0 commit comments