Unverified Commit 89b5f3a7 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Disable super flakey impeller test. (#144573)

Until we figure out why this is unstable on Impeller swiftshader, disable it.
parent 3f7028ea
......@@ -10,6 +10,8 @@ library;
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
import '../impeller_test_helpers.dart';
Shader createShader(Rect bounds) {
return const LinearGradient(
begin: Alignment.topCenter,
......@@ -108,5 +110,5 @@ void main() {
find.byType(RepaintBoundary),
matchesGoldenFile('shader_mask.bounds.matches_top_left.png'),
);
});
}, skip: impellerEnabled); // https://github.com/flutter/flutter/issues/144555
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment