Skip to content

Commit 0fb284b

Browse files
committed
test: skip unstable shadow realm gc tests
nodejs/node#52855
1 parent a5dd1de commit 0fb284b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

patches/node/test_formally_mark_some_tests_as_flaky.patch

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Instead of disabling the tests, flag them as flaky so they still run
77
but don't cause CI failures on flakes.
88

99
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
10-
index 8840bd004ba87aa4a310b381310bb9612b96d861..892980bb90e433b16756f33c554b299ecc185eb4 100644
10+
index c2b988f9b2f76940c1c6b05af13898ba2062ba72..d45260cee87349cc8642d814dd11b904bdcf3762 100644
1111
--- a/test/parallel/parallel.status
1212
+++ b/test/parallel/parallel.status
1313
@@ -5,6 +5,16 @@ prefix parallel
@@ -24,9 +24,10 @@ index 8840bd004ba87aa4a310b381310bb9612b96d861..892980bb90e433b16756f33c554b299e
2424
+test-cluster-bind-privileged-port: PASS, FLAKY
2525
+test-cluster-shared-handle-bind-privileged-port: PASS, FLAKY
2626
+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+
3031
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
3132
index ccab879b6e5fcdcc0d3a4b790b97db94d92f1a59..11339325697ae98f6996101163679590451c0b81 100644
3233
--- a/test/sequential/sequential.status

0 commit comments

Comments
 (0)