Skip to content

Commit

Permalink
Skip some wasm tests
Browse files Browse the repository at this point in the history
Try to unblock CI. Some wasm tests are failing to load without a clear
failure message.
  • Loading branch information
natebosch committed Sep 27, 2024
1 parent 22835e2 commit 368c175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions integration_tests/regression/lib/issue_2142/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// TODO(https://github.com/dart-lang/test/issues/1790) - unskip
@TestOn('!wasm')
library;

import 'package:test/test.dart';
import 'import.dart';

Expand Down
3 changes: 2 additions & 1 deletion integration_tests/wasm/test/hello_world_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

@TestOn('wasm')
// TODO(https://github.com/dart-lang/test/issues/1790) - unskip
@TestOn('wasm && !(windows || chrome)')
// This retry is a regression test for https://github.com/dart-lang/test/issues/2006
@Retry(2)
library;
Expand Down

0 comments on commit 368c175

Please sign in to comment.