diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d09c96d..e9d938d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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