summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-11-04 20:49:27 -0700
committerRich Trott <rtrott@gmail.com>2017-11-17 21:04:53 -0800
commit780c2d3917ccffd9d71d484b089f74af18355314 (patch)
tree49ba34e459109f41e32213c2c2093218e9885de2 /test
parent02590b4cfa2cefc512cdee4244490a09676a58b2 (diff)
downloadandroid-node-v8-780c2d3917ccffd9d71d484b089f74af18355314.tar.gz
android-node-v8-780c2d3917ccffd9d71d484b089f74af18355314.tar.bz2
android-node-v8-780c2d3917ccffd9d71d484b089f74af18355314.zip
test: move timing-sensitive test to sequential
test-https-server-keep-alive-timeout relies on server timeouts and whatnot that will be inherently unreliable on a busy host. The test fails when run with a high `-j` value and higher `--repeat` value passed to `tools/test.py`. Move the test to `sequential`. PR-URL: https://github.com/nodejs/node/pull/16775 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/sequential/test-https-server-keep-alive-timeout.js (renamed from test/parallel/test-https-server-keep-alive-timeout.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/parallel/test-https-server-keep-alive-timeout.js b/test/sequential/test-https-server-keep-alive-timeout.js
index 3c18d325c1..3c18d325c1 100644
--- a/test/parallel/test-https-server-keep-alive-timeout.js
+++ b/test/sequential/test-https-server-keep-alive-timeout.js