From f7b7c1d53c4b77508d1143d16ec1ede4c526cc86 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 PR-URL: https://github.com/nodejs/node/pull/19228 Reviewed-By: Colin Ihrig Reviewed-By: Minwoo Jung Reviewed-By: Jon Moss Reviewed-By: James M Snell Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Luigi Pinca --- 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