diff options
author | Alexis Campailla <alexis@janeasystems.com> | 2015-05-12 17:45:31 +0200 |
---|---|---|
committer | Alexis Campailla <alexis@janeasystems.com> | 2015-05-12 09:01:35 -0700 |
commit | 0dbaee4a9ba3bfcf1d8d1d776eec59f6228196b3 (patch) | |
tree | c63cdc8ab12d920c04889af150ceb60f6295a491 /test | |
parent | 80cdae855fe349f0cf3b5c646060e4799107392f (diff) | |
download | node-0dbaee4a9ba3bfcf1d8d1d776eec59f6228196b3.tar.gz |
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 <jasnell@gmail.com>
PR-URL: https://github.com/joyent/node/pull/25284
Diffstat (limited to 'test')
-rw-r--r-- | test/simple/simple.status | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/simple/simple.status b/test/simple/simple.status index 4915a029b..40d8208b1 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 |