From 2403bfbfcdced70e97751d4cb10b77ba8f6a7b59 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 --- .../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