summaryrefslogtreecommitdiff
path: root/user/node/flaky-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/node/flaky-tests.patch')
-rw-r--r--user/node/flaky-tests.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/node/flaky-tests.patch b/user/node/flaky-tests.patch
new file mode 100644
index 000000000..d6e324d14
--- /dev/null
+++ b/user/node/flaky-tests.patch
@@ -0,0 +1,12 @@
+diff -ur a/test/parallel/parallel.status b/test/parallel/parallel.status
+--- a/test/parallel/parallel.status 2023-03-21 14:29:32.852950139 +0000
++++ b/test/parallel/parallel.status 2023-03-21 14:31:20.736931283 +0000
+@@ -17,6 +17,8 @@
+ [$system==linux]
+ # https://github.com/nodejs/node/issues/39368
+ test-domain-error-types: PASS,FLAKY
++test-net-socket-connect-without-cb: SKIP
++test-tcp-wrap-listen: SKIP
+
+ [$system==macos]
+ # https://github.com/nodejs/node/issues/42741