Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f40766a

Browse files
Disable vertices test on html renderer due to bug.
1 parent 201b800 commit f40766a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/ui/image_golden_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Future<void> testMain() async {
273273
await drawPictureUsingCurrentRenderer(recorder.endRecording());
274274

275275
await matchGoldenFile('${name}_drawVertices_imageShader.png', region: drawRegion);
276-
});
276+
}, skip: isHtml); // https://github.com/flutter/flutter/issues/127454;
277277

278278
test('toByteData_rgba', () async {
279279
final ui.Image image = await generateImage();

0 commit comments

Comments
 (0)