From 38ece8342ffdf86e3917d2a56304ac7c2e96c3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Mon, 13 Jul 2015 18:09:10 +0100 Subject: [PATCH] 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 PR-URL: https://github.com/joyent/node/pull/25676 --- test/internet/internet.status | 1 - test/simple/simple.status | 5 ----- 2 files changed, 6 deletions(-) diff --git a/test/internet/internet.status b/test/internet/internet.status index 584e9e5aac0b..e59b31c292eb 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 58df7e9840ef..6497e8d7f112 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