Skip to content

Commit d699bcb

Browse files
author
Jonah Williams
authored
Disable color filter sepia test for Impeller. (#143861)
This test is still unstable with the debug banner disabled. the Icon in the FAB appears to be shifting.
1 parent 9ed5496 commit d699bcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/flutter/test/widgets/color_filter_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import 'package:flutter/material.dart';
1212
import 'package:flutter/rendering.dart';
1313
import 'package:flutter_test/flutter_test.dart';
1414

15+
import '../impeller_test_helpers.dart';
16+
1517
void main() {
1618
testWidgets('Color filter - red', (WidgetTester tester) async {
1719
await tester.pumpWidget(
@@ -64,7 +66,7 @@ void main() {
6466
find.byType(ColorFiltered),
6567
matchesGoldenFile('color_filter_sepia.png'),
6668
);
67-
});
69+
}, skip: impellerEnabled); // https://github.com/flutter/flutter/issues/143616
6870

6971
testWidgets('Color filter - reuses its layer', (WidgetTester tester) async {
7072
Future<void> pumpWithColor(Color color) async {

0 commit comments

Comments
 (0)