From 825b3057d150b134904cb640b1c0c2cd55583268 Mon Sep 17 00:00:00 2001 From: Rich Trott <rtrott@gmail.com> Date: Sun, 24 Nov 2019 08:10:03 -0800 Subject: [PATCH] test: move test-worker-prof to sequential Refs: https://github.com/nodejs/node/issues/26401#issuecomment-557899953 PR-URL: https://github.com/nodejs/node/pull/30628 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> --- test/{parallel => sequential}/test-worker-prof.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-worker-prof.js (100%) diff --git a/test/parallel/test-worker-prof.js b/test/sequential/test-worker-prof.js similarity index 100% rename from test/parallel/test-worker-prof.js rename to test/sequential/test-worker-prof.js