From 826f13b780135e22ee0f3406a7187111e8d6b7ad Mon Sep 17 00:00:00 2001 From: Kirill Saied Date: Tue, 23 Jun 2026 13:46:51 +0200 Subject: [PATCH] test: fix stale async-context-frame status entries Signed-off-by: Kirill Saied --- test/parallel/parallel.status | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 73a866bbef8b75..9db39644af4259 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -22,17 +22,12 @@ test-snapshot-incompatible: SKIP [$system==win32] # https://github.com/nodejs/node/issues/59090 test-inspector-network-fetch: PASS, FLAKY -# https://github.com/nodejs/node/issues/54808 -test-async-context-frame: PASS, FLAKY # https://github.com/nodejs/node/issues/59636 test-fs-cp-sync-error-on-exist: SKIP test-fs-cp-sync-symlink-points-to-dest-error: SKIP test-fs-cp-async-symlink-points-to-dest: SKIP test-fs-cp-sync-unicode-folder-names: SKIP -# https://github.com/nodejs/node/issues/56751 -test-without-async-context-frame: PASS, FLAKY - # Windows on ARM [$system==win32 && $arch==arm64] @@ -144,7 +139,6 @@ test-http-pipeline-flood: SKIP test-inspector-network-fetch: SKIP test-inspector-network-content-type: SKIP test-fetch: SKIP -test-without-async-context-frame: SKIP test-process-cpuUsage: PASS, FLAKY test-web-locks: SKIP test-http2-allow-http1-upgrade-ws: SKIP