From f41443cc5cf0047691e36db25d41ead5e1aa6e51 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 8 Dec 2018 06:48:11 -0800 Subject: [PATCH] test: move test-cli-syntax to sequential MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is unreliable under load and the CI failures are getting a bit out of hand. Let's move it to sequential. Refs: https://github.com/nodejs/node/issues/24403 PR-URL: https://github.com/nodejs/node/pull/24907 Reviewed-By: Michaƫl Zasso Reviewed-By: Joyee Cheung Reviewed-By: Colin Ihrig --- test/{parallel => sequential}/test-cli-syntax.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-cli-syntax.js (100%) diff --git a/test/parallel/test-cli-syntax.js b/test/sequential/test-cli-syntax.js similarity index 100% rename from test/parallel/test-cli-syntax.js rename to test/sequential/test-cli-syntax.js