diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5647c45dbfad2d..ea199718d2ad49 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,12 +5,8 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms -# https://github.com/nodejs/node/issues/25029 -test-child-process-execfile: PASS,FLAKY # https://github.com/nodejs/node/issues/23207 test-net-connect-options-port: PASS,FLAKY -# https://github.com/nodejs/node/issues/25033 -test-child-process-exit-code: PASS,FLAKY # https://github.com/nodejs/node/issues/24305 test-trace-events-api-worker-disabled: PASS,FLAKY @@ -34,7 +30,3 @@ test-cli-node-options: PASS,FLAKY [$system==freebsd] [$system==aix] -# https://github.com/nodejs/node/issues/25029 -test-child-process-execfile: PASS,FLAKY -# https://github.com/nodejs/node/issues/25068 -test-util-callbackify: PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 3cbb1982a34a21..d9963bc6f77328 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -7,11 +7,6 @@ prefix sequential [true] # This section applies to all platforms # https://github.com/nodejs/node/issues/22336 test-gc-http-client: PASS,FLAKY -# https://github.com/nodejs/node/issues/24403 -test-cli-syntax-bad: PASS,FLAKY -test-cli-syntax-file-not-found: PASS,FLAKY -test-cli-syntax-good: PASS,FLAKY -test-cli-syntax-require: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/22327 @@ -26,9 +21,5 @@ test-http2-large-file: PASS, FLAKY [$system==freebsd] [$system==aix] -# https://github.com/nodejs/node/issues/24921 -test-child-process-execsync: PASS, FLAKY -# https://github.com/nodejs/node/issues/25047 -test-inspector-debug-end: PASS, FLAKY [$arch==arm]