From cd71199cdbf20161c54ce794ed223e57d77c4589 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 20 Mar 2021 09:47:24 -0700 Subject: [PATCH] test: fix flaky test-vm-timeout-escape-promise-module-2 Test is reliable in sequential and not in parallel, so move it there. Fixes: https://github.com/nodejs/node/issues/36627 PR-URL: https://github.com/nodejs/node/pull/37842 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- .../test-vm-timeout-escape-promise-module-2.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-vm-timeout-escape-promise-module-2.js (100%) diff --git a/test/parallel/test-vm-timeout-escape-promise-module-2.js b/test/sequential/test-vm-timeout-escape-promise-module-2.js similarity index 100% rename from test/parallel/test-vm-timeout-escape-promise-module-2.js rename to test/sequential/test-vm-timeout-escape-promise-module-2.js