File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
engine/src/flutter/lib/web_ui/test/ui Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ void testMain() {
294294 await matchGoldenFile ('ui_colorfilter_as_imagefilter.png' , region: region);
295295 // Unskip when Skwasm and CanvasKit are unified:
296296 // https://github.com/flutter/flutter/issues/172311
297- }, skip: isSkwasm);
297+ }, skip: isSkwasm || isSafari || isFirefox );
298298 // TODO(hterkelsen): https://github.com/flutter/flutter/issues/71520
299299 }, skip: isSafari || isFirefox);
300300}
Original file line number Diff line number Diff line change @@ -486,7 +486,9 @@ Future<void> testMain() async {
486486 await renderScene (builder.build ());
487487
488488 await matchGoldenFile ('ui_zero_sigma_blur.png' , region: region);
489- });
489+ // Unskip when Skwasm and CanvasKit are unified:
490+ // https://github.com/flutter/flutter/issues/172311
491+ }, skip: isSkwasm);
490492
491493 test ('== operator' , () {
492494 final List <ui.ImageFilter > filters1 = < ui.ImageFilter > [
You can’t perform that action at this time.
0 commit comments