From d2180779a8ca0844e678dc4dbb23b2fb012230db Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 16 Sep 2019 11:50:21 -0700 Subject: [PATCH] test: move test-inspector-connect-main-thread to sequential test-inspector-connect-main-thread is dependent on timing and will be more reliable in `sequential`. Refs: https://github.com/nodejs/node/pull/28870/files#issuecomment-531906327 --- .../test-inspector-connect-main-thread.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-inspector-connect-main-thread.js (100%) diff --git a/test/parallel/test-inspector-connect-main-thread.js b/test/sequential/test-inspector-connect-main-thread.js similarity index 100% rename from test/parallel/test-inspector-connect-main-thread.js rename to test/sequential/test-inspector-connect-main-thread.js