Skip to content

Commit

Permalink
Skip firefox wasm tests on windows
Browse files Browse the repository at this point in the history
See #2288

These seem to be failing to load.
  • Loading branch information
natebosch committed Jan 17, 2025
1 parent 535d90a commit 202c1f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/wasm/test/hello_world_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE file.

@TestOn('wasm')
// TODO: https://github.com/dart-lang/test/issues/2288
@OnPlatform({'windows && 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 202c1f7

Please sign in to comment.