Browse Source

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>
process-exit-stdio-flushing
Rich Trott 9 years ago
parent
commit
4d6b4c30dd
  1. 1
      test/parallel/parallel.status
  2. 1
      test/sequential/sequential.status

1
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]

1
test/sequential/sequential.status

@ -9,7 +9,6 @@ prefix sequential
[$system==win32]
[$system==linux]
test-vm-syntax-error-stderr : PASS,FLAKY
[$system==macos]

Loading…
Cancel
Save