Skip to content

Commit

Permalink
Disable parallel/test-async-context-frame test
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 31, 2024
1 parent d2d22d0 commit 045ac3b
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 @@ -105,7 +105,9 @@ jobs:
# broken by https://github.com/nodejs/node/pull/51598
# 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
# parallel/test-async-context-frame
# broken by https://github.com/nodejs/node/pull/54510
./tools/test.py --shell ../out/Release/node --flaky-tests=dontcare --skip-tests=parallel/test-crypto-no-algorithm,parallel/test-worker-nearheaplimit-deadlock,wasm-allocation,parallel/test-async-context-frame
vs-toolchain:
runs-on: windows-2022
Expand Down

0 comments on commit 045ac3b

Please sign in to comment.