test: remove flaky designation from fixed tests
authorRich Trott <rtrott@gmail.com>
Fri, 26 Feb 2016 21:28:25 +0000 (13:28 -0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 19:57:57 +0000 (12:57 -0700)
`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>
test/parallel/parallel.status
test/sequential/sequential.status

index c7a8afe..a40ca65 100644 (file)
@@ -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]
index 568040e..a8db759 100644 (file)
@@ -9,7 +9,6 @@ prefix sequential
 [$system==win32]
 
 [$system==linux]
-test-vm-syntax-error-stderr : PASS,FLAKY
 
 [$system==macos]