summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-02-04 11:55:50 -0800
committerRich Trott <rtrott@gmail.com>2016-02-06 08:42:34 -0800
commit6e3bccbc03ffbdf0420f4802b5d992bc27bc5b0f (patch)
treeb7e84e713fba90d069bf647d4be8ceacfcecba26
parent4897f94ec67ed35cfd382bbb0bce78ea91738428 (diff)
downloadnode-new-6e3bccbc03ffbdf0420f4802b5d992bc27bc5b0f.tar.gz
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: https://github.com/nodejs/node/pull/5082 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com> Ref: https://github.com/nodejs/node/issues/4830 Ref: https://github.com/nodejs/node/issues/3635 Ref: https://github.com/nodejs/node/issues/4526
-rw-r--r--test/parallel/parallel.status1
-rw-r--r--test/sequential/sequential.status4
2 files changed, 4 insertions, 1 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 3d1bfa20b3..9ff3a58fc4 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -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]
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 7d5e6f1c1e..f872223d37 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -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]