Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

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#8056

Fixes nodejs#25656
Fixes nodejs#25673

Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
PR-URL: nodejs#25676
  • Loading branch information
joaocgreis authored and jBarz committed Nov 4, 2016
1 parent 2b97d03 commit 38ece83
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 38ece83

Please sign in to comment.