diff --git a/test/parallel/test-worker-fshandles-error-on-termination.js b/test/sequential/test-worker-fshandles-error-on-termination.js similarity index 100% rename from test/parallel/test-worker-fshandles-error-on-termination.js rename to test/sequential/test-worker-fshandles-error-on-termination.js diff --git a/test/parallel/test-worker-fshandles-open-close-on-termination.js b/test/sequential/test-worker-fshandles-open-close-on-termination.js similarity index 100% rename from test/parallel/test-worker-fshandles-open-close-on-termination.js rename to test/sequential/test-worker-fshandles-open-close-on-termination.js diff --git a/test/parallel/test-worker-http2-stream-terminate.js b/test/sequential/test-worker-http2-stream-terminate.js similarity index 96% rename from test/parallel/test-worker-http2-stream-terminate.js rename to test/sequential/test-worker-http2-stream-terminate.js index a2a1c020035eac..370961bec27923 100644 --- a/test/parallel/test-worker-http2-stream-terminate.js +++ b/test/sequential/test-worker-http2-stream-terminate.js @@ -5,7 +5,7 @@ if (!common.hasCrypto) const assert = require('assert'); const http2 = require('http2'); const makeDuplexPair = require('../common/duplexpair'); -const { Worker, parentPort } = require('worker_threads'); +const { parentPort, Worker } = require('worker_threads'); // This test ensures that workers can be terminated without error while // stream activity is ongoing, in particular the C++ function