Skip to content

Commit b2644a7

Browse files
committed
test: mark test-runner-output as flaky
nodejs/node#49854
1 parent eb85c5c commit b2644a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/node/test_formally_mark_some_tests_as_flaky.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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 8de4ad29cb14149ed0c15eb201b3d17be506bac9..182aab4bc781da4c1968a84f87c1e7f2f0b986f1 100644
10+
index fe8ddee7cbf05e0d4dbbe970cdc357ec6841390c..1ba65e26d293e9524e6c756b3a66693d46b4bdfd 100644
1111
--- a/test/parallel/parallel.status
1212
+++ b/test/parallel/parallel.status
13-
@@ -5,6 +5,13 @@ prefix parallel
14-
# sample-test : PASS,FLAKY
15-
13+
@@ -7,6 +7,13 @@ prefix parallel
1614
[true] # This section applies to all platforms
15+
# https://github.com/nodejs/node/issues/49853
16+
test-runner-output: PASS,FLAKY
1717
+test-inspector-multisession-ws: PASS, FLAKY
1818
+test-heapsnapshot-near-heap-limit-by-api-in-worker: PASS, FLAKY
1919
+test-heapsnapshot-near-heap-limit-worker: PASS, FLAKY

0 commit comments

Comments
 (0)