From 385cffd19098c3a9b7117a6202f8f07818bfd80c 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 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 --- 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