Skip to content

Commit

Permalink
Disable super flakey impeller test. (flutter#144573)
Browse files Browse the repository at this point in the history
Until we figure out why this is unstable on Impeller swiftshader, disable it.
  • Loading branch information
jonahwilliams committed Mar 5, 2024
1 parent 3f7028e commit 89b5f3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/flutter/test/widgets/shader_mask_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
}

0 comments on commit 89b5f3a

Please sign in to comment.