@@ -7,7 +7,7 @@ Instead of disabling the tests, flag them as flaky so they still run
7
7
but don't cause CI failures on flakes.
8
8
9
9
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
10
- index 8840bd004ba87aa4a310b381310bb9612b96d861..892980bb90e433b16756f33c554b299ecc185eb4 100644
10
+ index c2b988f9b2f76940c1c6b05af13898ba2062ba72..d45260cee87349cc8642d814dd11b904bdcf3762 100644
11
11
--- a/test/parallel/parallel.status
12
12
+++ b/test/parallel/parallel.status
13
13
@@ -5,6 +5,16 @@ prefix parallel
@@ -24,9 +24,10 @@ index 8840bd004ba87aa4a310b381310bb9612b96d861..892980bb90e433b16756f33c554b299e
24
24
+ test-cluster-bind-privileged-port: PASS, FLAKY
25
25
+ test-cluster-shared-handle-bind-privileged-port: PASS, FLAKY
26
26
+ test-debugger-random-port-with-inspect-port: PASS, FLAKY
27
-
28
- # https://github.com/nodejs/node/issues/51862
29
- test-fs-read-stream-concurrent-reads: PASS, FLAKY
27
+ # https://github.com/nodejs/node/issues/52273
28
+ test-net-write-fully-async-hex-string: PASS, FLAKY
29
+ # https://github.com/nodejs/node/issues/52273
30
+
30
31
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
31
32
index ccab879b6e5fcdcc0d3a4b790b97db94d92f1a59..11339325697ae98f6996101163679590451c0b81 100644
32
33
--- a/test/sequential/sequential.status
0 commit comments