Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-02-27 00:28:25 +0300
committerRich Trott <rtrott@gmail.com>2016-02-29 21:42:57 +0300
commit4d6b4c30dd7d557d7e7b2bac3bbd5f2c10d56989 (patch)
tree4ac961d49a5cad40196728304d4e5adeaa7b3a75 /test
parent4717ea9186eb3995b5b317f223f6b516c6182197 (diff)
test: remove flaky designation from fixed tests
`test-tls-ticket-cluster` and `test-vm-syntax-error-stderr` are no longer flaky. Refs: https://github.com/nodejs/node/issues/2510 Refs: https://github.com/nodejs/node/issues/2660 PR-URL: https://github.com/nodejs/node/pull/5459 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/parallel.status1
-rw-r--r--test/sequential/sequential.status1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 2c50f2fca5e..213e962683a 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -7,7 +7,6 @@ prefix parallel
[true] # This section applies to all platforms
[$system==win32]
-test-tls-ticket-cluster : PASS,FLAKY
test-tick-processor : PASS,FLAKY
[$system==linux]
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 568040ef59d..a8db7594934 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -9,7 +9,6 @@ prefix sequential
[$system==win32]
[$system==linux]
-test-vm-syntax-error-stderr : PASS,FLAKY
[$system==macos]