Skip to content

Commit

Permalink
Skip on linux dev too
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Sep 28, 2024
1 parent 555ba31 commit 9b3e5bf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 73 deletions.
91 changes: 21 additions & 70 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration_tests/wasm/dart_test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
platforms:
# TODO(https://github.com/dart-lang/test/issues/1790) - unskip
#- chrome
# - chrome
- firefox
# Node doesn't work because the version available in the current Ubuntu GitHub
# runners is too old to support WASM+GC, which would be required to run Dart
# tests.
#- node
# - node
compilers: [dart2wasm]
3 changes: 2 additions & 1 deletion integration_tests/wasm/mono_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

sdk:
- pubspec
- dev
# TODO(https://github.com/dart-lang/test/issues/1790) - unskip
# - dev

os:
- linux
Expand Down

0 comments on commit 9b3e5bf

Please sign in to comment.