Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Next Next commit
Skip one test on web
  • Loading branch information
stuartmorgan-g committed Jun 30, 2023
commit e7c098fce44372d92737695280a6c1bcb8368749
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ void main() {

expect((mip.toJson() as List<dynamic>)[2], 1);
expect((scaled.toJson() as List<dynamic>)[2], 3);
});
},
// TODO(stuartmorgan): Investigate timeout on web.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need an issue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on a comment from David later I think we just need to change this to inline image data. I'll do a fast-follow on this.

skip: kIsWeb);

test('name cannot be null or empty', () {
expect(() {
Expand Down