From 03feca3f83dfa8b59b611f5ff6f081c217b62c86 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 12 Mar 2018 20:02:33 -0700 Subject: [PATCH] test: fix test-cluster-send-handle-large-payload test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: https://github.com/nodejs/node/issues/14844 PR-URL: https://github.com/nodejs/node/pull/19311 Reviewed-By: Daniel Bevenius --- .../test-cluster-send-handle-large-payload.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-cluster-send-handle-large-payload.js (100%) diff --git a/test/parallel/test-cluster-send-handle-large-payload.js b/test/sequential/test-cluster-send-handle-large-payload.js similarity index 100% rename from test/parallel/test-cluster-send-handle-large-payload.js rename to test/sequential/test-cluster-send-handle-large-payload.js