Skip to content

Commit

Permalink
test: mark flaky tests on Raspberry Pi
Browse files Browse the repository at this point in the history
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 <cjihrig@gmail.com>
Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
Ref: #4830
Ref: #3635
Ref: #4526
  • Loading branch information
Trott authored and Myles Borins committed Feb 18, 2016
1 parent 7958664 commit 4a492b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test-tick-processor : PASS,FLAKY

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

[$system==macos]

Expand Down
4 changes: 3 additions & 1 deletion test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ prefix sequential
[$system==win32]

[$system==linux]
test-vm-syntax-error-stderr : PASS,FLAKY
test-vm-syntax-error-stderr : PASS,FLAKY
test-dgram-pingpong : PASS,FLAKY
test-http-regr-gh-2928 : PASS,FLAKY

[$system==macos]

Expand Down

0 comments on commit 4a492b9

Please sign in to comment.