From 873451b19a0797b9f174ece739cccdf95fc85953 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 27 Apr 2017 13:31:12 -0700 Subject: [PATCH] test: move test to sequential for reliability test-https-set-timeout-server fails under load. Move it to sequential so it is not competing with other tests. PR-URL: https://github.com/nodejs/node/pull/12704 Fixes: https://github.com/nodejs/node/issues/10130 Reviewed-By: Colin Ihrig Reviewed-By: Gibson Fahnestock Reviewed-By: Yuta Hiroto Reviewed-By: James M Snell Reviewed-By: Santiago Gimeno Reviewed-By: Michael Dawson --- test/{parallel => sequential}/test-https-set-timeout-server.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-https-set-timeout-server.js (100%) diff --git a/test/parallel/test-https-set-timeout-server.js b/test/sequential/test-https-set-timeout-server.js similarity index 100% rename from test/parallel/test-https-set-timeout-server.js rename to test/sequential/test-https-set-timeout-server.js