summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/parallel/parallel.status2
-rw-r--r--test/sequential/sequential.status2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 315e31af9a..bed491b595 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -34,3 +34,5 @@ test-cli-node-options: PASS,FLAKY
[$system==freebsd]
[$system==aix]
+# https://github.com/nodejs/node/issues/25029
+test-child-process-execfile: PASS,FLAKY
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index c4797734fb..3cbb1982a3 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -28,5 +28,7 @@ test-http2-large-file: PASS, FLAKY
[$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]