From 0dbaee4a9ba3bfcf1d8d1d776eec59f6228196b3 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Tue, 12 May 2015 17:45:31 +0200 Subject: [PATCH] test,win: disable test-tls-server-verify for CI test-tls-server-verify takes a lont time to execute and times out on the Jenkins machines. Reviewed-By: James M Snell PR-URL: https://github.com/joyent/node/pull/25284 --- test/simple/simple.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simple/simple.status b/test/simple/simple.status index 4915a029b6837c..40d8208b142667 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -6,6 +6,7 @@ test-cluster-basic : PASS,FLAKY [$system==win32] test-timers-first-fire : PASS,FLAKY +test-tls-server-verify : PASS,FLAKY [$system==linux] test-fs-readfile-error : PASS,FLAKY