summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2015-07-13 18:09:10 +0100
committerJoão Reis <reis@janeasystems.com>2015-07-16 02:10:08 -0700
commit78d256e7f5def6e1ffbf5fb5b232ecf78bc7bde5 (patch)
tree1d8a322c3044c6659bf15273911b3b487b5894cc
parent1083fa70f07f010c215fb4264c8c839910cbbb4f (diff)
downloadnode-78d256e7f5def6e1ffbf5fb5b232ecf78bc7bde5.tar.gz
test: unmark tests that are no longer flaky
- `test-crypto-domains` was fixed by joyent/node@2afa3d8a03f1f0798d83dc57abc252bb78b7e591 - 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 joyent/node#8056 Fixes #25656 Fixes #25673 Reviewed-By: Alexis Campailla <alexis@janeasystems.com> PR-URL: https://github.com/joyent/node/pull/25676
-rw-r--r--test/internet/internet.status1
-rw-r--r--test/simple/simple.status5
2 files changed, 0 insertions, 6 deletions
diff --git a/test/internet/internet.status b/test/internet/internet.status
index 584e9e5aa..e59b31c29 100644
--- a/test/internet/internet.status
+++ b/test/internet/internet.status
@@ -3,4 +3,3 @@ prefix internet
test-dns : PASS,FLAKY
[$system==solaris]
-test-http-dns-fail : PASS,FLAKY
diff --git a/test/simple/simple.status b/test/simple/simple.status
index 58df7e984..6497e8d7f 100644
--- a/test/simple/simple.status
+++ b/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
@@ -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