Skip to content

Commit 63884f5

Browse files
Trottrvagg
authored andcommitted
test: mark flaky tests on Raspberry Pi
A few tests have started failing on Raspberry Pi devices in CI. https://ci.nodejs.org/job/node-test-binary-arm/943/ PR-URL: #5082 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Ref: #4830 Ref: #3635 Ref: #4526
1 parent 7003a4e commit 63884f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/parallel/parallel.status

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ test-tick-processor : PASS,FLAKY
1313

1414
[$system==linux]
1515
test-tick-processor : PASS,FLAKY
16+
test-child-process-fork-regr-gh-2847 : PASS,FLAKY
1617

1718
[$system==macos]
1819

test/sequential/sequential.status

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ prefix sequential
99
[$system==win32]
1010

1111
[$system==linux]
12-
test-vm-syntax-error-stderr : PASS,FLAKY
12+
test-vm-syntax-error-stderr : PASS,FLAKY
13+
test-dgram-pingpong : PASS,FLAKY
14+
test-http-regr-gh-2928 : PASS,FLAKY
1315

1416
[$system==macos]
1517

0 commit comments

Comments
 (0)