From de2e35a1eba21998da94bbc3256db6317c30e523 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 8 Mar 2018 06:18:15 -0800 Subject: [PATCH] test: address unreliable test-performance test-performance can fail due to resource constraints. Move it from parallel to sequential so it does not compete with other tests for resources. Fixes: https://github.com/nodejs/node/issues/19197 --- test/{parallel => sequential}/test-performance.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-performance.js (100%) diff --git a/test/parallel/test-performance.js b/test/sequential/test-performance.js similarity index 100% rename from test/parallel/test-performance.js rename to test/sequential/test-performance.js