From 045ac3bd146329675c6aea290d7efe52b5a7fdd1 Mon Sep 17 00:00:00 2001 From: Cheng Date: Sat, 31 Aug 2024 15:11:24 +0900 Subject: [PATCH] Disable parallel/test-async-context-frame test --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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