Skip to content

Commit

Permalink
Skip all firefox, only run chrome for now
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Jan 17, 2025
1 parent 202c1f7 commit b1d10bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/wasm/test/hello_world_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@TestOn('wasm')
// TODO: https://github.com/dart-lang/test/issues/2288
@OnPlatform({'windows && firefox': Skip()})
@OnPlatform({'firefox': Skip()})
// This retry is a regression test for https://github.com/dart-lang/test/issues/2006
@Retry(2)
library;
Expand Down

0 comments on commit b1d10bb

Please sign in to comment.