File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/flutter/test/widgets Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import 'package:flutter/rendering.dart';
1919import 'package:flutter/services.dart' ;
2020import 'package:flutter_test/flutter_test.dart' ;
2121
22+ import '../impeller_test_helpers.dart' ;
2223import '../widgets/clipboard_utils.dart' ;
2324import '../widgets/editable_text_utils.dart' show textOffsetToPosition;
2425import '../widgets/semantics_tester.dart' ;
@@ -5370,7 +5371,7 @@ void main() {
53705371 find.byType (MaterialApp ),
53715372 matchesGoldenFile ('selectable_text_golden.TextSelectionStyle.1.png' ),
53725373 );
5373- });
5374+ }, skip : impellerEnabled); // https://github.com/flutter/flutter/issues/143616
53745375
53755376 testWidgets ('text selection style 2' , (WidgetTester tester) async {
53765377 await tester.pumpWidget (
@@ -5422,7 +5423,7 @@ void main() {
54225423 find.byType (MaterialApp ),
54235424 matchesGoldenFile ('selectable_text_golden.TextSelectionStyle.2.png' ),
54245425 );
5425- });
5426+ }, skip : impellerEnabled); // https://github.com/flutter/flutter/issues/143616
54265427
54275428 testWidgets ('keeps alive when has focus' , (WidgetTester tester) async {
54285429 await tester.pumpWidget (
You can’t perform that action at this time.
0 commit comments