From a2f652f7c569fa735d15acbffc857532e2389f74 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 6 Nov 2020 05:20:17 -0800 Subject: [PATCH] test: move test-worker-eventlooputil to sequential MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test is not nearly as unreliable as it used to be but we're still seeing failures around the timing checks that will definitely be affected by other tests running in other processes. So move it to sequential. Refs: https://github.com/nodejs/node/pull/35961#issuecomment-722222696 PR-URL: https://github.com/nodejs/node/pull/35996 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Gerhard Stöbich Reviewed-By: Daijiro Wachi --- test/{parallel => sequential}/test-worker-eventlooputil.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-worker-eventlooputil.js (100%) diff --git a/test/parallel/test-worker-eventlooputil.js b/test/sequential/test-worker-eventlooputil.js similarity index 100% rename from test/parallel/test-worker-eventlooputil.js rename to test/sequential/test-worker-eventlooputil.js