From 158b5d351f1363f655879e03850d90428d642b04 Mon Sep 17 00:00:00 2001 From: Cheng Date: Wed, 15 May 2024 11:09:41 +0800 Subject: [PATCH] Skip wasm-allocation 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 3b17576..bacf77f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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