mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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.
This commit is contained in:
parent
9ed5496c01
commit
d699bcb44c
@ -12,6 +12,8 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter/rendering.dart';
|
import 'package:flutter/rendering.dart';
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
|
import '../impeller_test_helpers.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
testWidgets('Color filter - red', (WidgetTester tester) async {
|
testWidgets('Color filter - red', (WidgetTester tester) async {
|
||||||
await tester.pumpWidget(
|
await tester.pumpWidget(
|
||||||
@ -64,7 +66,7 @@ void main() {
|
|||||||
find.byType(ColorFiltered),
|
find.byType(ColorFiltered),
|
||||||
matchesGoldenFile('color_filter_sepia.png'),
|
matchesGoldenFile('color_filter_sepia.png'),
|
||||||
);
|
);
|
||||||
});
|
}, skip: impellerEnabled); // https://github.com/flutter/flutter/issues/143616
|
||||||
|
|
||||||
testWidgets('Color filter - reuses its layer', (WidgetTester tester) async {
|
testWidgets('Color filter - reuses its layer', (WidgetTester tester) async {
|
||||||
Future<void> pumpWithColor(Color color) async {
|
Future<void> pumpWithColor(Color color) async {
|
||||||
|
Loading…
Reference in New Issue
Block a user