Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update image_test.dart
  • Loading branch information
polina-c committed Aug 30, 2022
commit b70542ee50dd0336b7c3957861b6669dc198e96b
2 changes: 1 addition & 1 deletion lib/web_ui/test/canvaskit/image_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void testMain() {
expect(image.runtimeType.toString(), equals('CkImage'));
image.dispose();
// TODO(hterkelsen): https://github.com/flutter/flutter/issues/109265
}, skip: isFirefox || isSafari);
}, skip: isFirefox);
}

Future<ui.Image> _createImage() => _createPicture().toImage(10, 10);
Expand Down