diff --git a/examples/api/test/widgets/text_magnifier/text_magnifier.0_test.dart b/examples/api/test/widgets/text_magnifier/text_magnifier.0_test.dart index 31cd7a47f2..2d7df02c9a 100644 --- a/examples/api/test/widgets/text_magnifier/text_magnifier.0_test.dart +++ b/examples/api/test/widgets/text_magnifier/text_magnifier.0_test.dart @@ -94,7 +94,10 @@ void main() { find.byType(example.TextMagnifierExampleApp), matchesGoldenFile('text_magnifier.0_test.png'), ); - }, variant: const TargetPlatformVariant({ TargetPlatform.iOS, TargetPlatform.android })); + }, + variant: const TargetPlatformVariant({ TargetPlatform.iOS, TargetPlatform.android }), + skip: true, // This image is flaky. https://github.com/flutter/flutter/issues/144350 + ); testWidgets('should show custom magnifier in RTL', (WidgetTester tester) async {