File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
graal-nodejs/test/parallel Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ test-buffer-backing-arraybuffer: FAIL
4141# We print a different help message.
4242test-cli-node-print-help: FAIL
4343
44+ # Test of yarn, does not work with npm_config_registry (= in CI)
45+ test-corepack-yarn-install: SKIP
46+
4447# Suspicious test - executes a memory intensive section and then
4548# looks for a memory leak by checking whether rss was increased
4649# It fails because JVM increases its heap size and does not decrease
@@ -69,6 +72,7 @@ test-https-agent-unref-socket: SKIP
6972
7073# Worker resource limits are not supported
7174test-worker-resource-limits: FAIL
75+ test-worker-nearheaplimit-deadlock: SKIP
7276
7377# Custom v8::ArrayBuffer::Allocator is not supported
7478test-worker-sharedarraybuffer-from-worker-thread: SKIP
@@ -142,7 +146,6 @@ test-assert: FAIL
142146test-async-hooks-async-await: FAIL
143147test-async-local-storage-contexts: FAIL
144148test-common-gc: FAIL
145- test-crypto-fips: FAIL
146149test-crypto-op-during-process-exit: SKIP
147150test-crypto-sign-verify: FAIL
148151test-domain-async-id-map-leak: FAIL
You can’t perform that action at this time.
0 commit comments