From 0e3b550fd4b3b7caefdebca442cb4144e0731855 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 18 Jun 2018 16:11:22 -0700 Subject: [PATCH] test: move test-benchmark-path to sequential Fixes: https://github.com/nodejs/node/issues/18254 --- test/{parallel => sequential}/test-benchmark-path.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-benchmark-path.js (100%) diff --git a/test/parallel/test-benchmark-path.js b/test/sequential/test-benchmark-path.js similarity index 100% rename from test/parallel/test-benchmark-path.js rename to test/sequential/test-benchmark-path.js