Skip to content

Commit

Permalink
test: unmark tests that are no longer flaky
Browse files Browse the repository at this point in the history
- `test-crypto-domains` was fixed by
nodejs/node-v0.x-archive@2afa3d8

- All tests under linux appear to be fixed and have not failed recently
on Jenkins

- `test-http-dns-fail` was fixed by the DNS configuration change
mentioned in nodejs/node-v0.x-archive#8056

Fixes #25656
Fixes #25673

Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
PR-URL: nodejs/node-v0.x-archive#25676
  • Loading branch information
joaocgreis committed Jul 16, 2015
1 parent 1083fa7 commit 78d256e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion test/internet/internet.status
Expand Up @@ -3,4 +3,3 @@ prefix internet
test-dns : PASS,FLAKY

[$system==solaris]
test-http-dns-fail : PASS,FLAKY
5 changes: 0 additions & 5 deletions test/simple/simple.status
@@ -1,6 +1,5 @@
prefix simple

test-crypto-domains : PASS,FLAKY
test-debug-signal-cluster : PASS,FLAKY
test-cluster-basic : PASS,FLAKY
test-microtask-queue-run : PASS,FLAKY
Expand All @@ -10,10 +9,6 @@ test-microtask-queue-run-domain : PASS,FLAKY
test-timers-first-fire : PASS,FLAKY

[$system==linux]
test-fs-readfile-error : PASS,FLAKY
test-net-GH-5504 : PASS,FLAKY
test-stdin-script-child : PASS,FLAKY
test-util-debug : PASS,FLAKY

[$system==macos]
test-fs-watch : PASS,FLAKY
Expand Down

0 comments on commit 78d256e

Please sign in to comment.