Skip to content

Commit

Permalink
Skip wasm-allocation test
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed May 15, 2024
1 parent 83ce3ae commit 158b5d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
# broken by https://github.com/nodejs/node/pull/46237
# parallel/test-worker-nearheaplimit-deadlock
# broken by https://github.com/nodejs/node/pull/51598
./tools/test.py --shell ../out/Release/node --flaky-tests=dontcare --skip-tests=parallel/test-crypto-no-algorithm,parallel/test-worker-nearheaplimit-deadlock
# wasm-allocation
# added by https://github.com/nodejs/node/pull/52766
./tools/test.py --shell ../out/Release/node --flaky-tests=dontcare --skip-tests=parallel/test-crypto-no-algorithm,parallel/test-worker-nearheaplimit-deadlock,wasm-allocation
vs-toolchain:
runs-on: windows-2022
Expand Down

0 comments on commit 158b5d3

Please sign in to comment.