summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-03-12 20:02:33 -0700
committerRich Trott <rtrott@gmail.com>2018-03-14 22:28:18 -0700
commit5e23b65a87e0eb47f5dc09c2720e46cb4d6f6411 (patch)
tree517cbfb86e8db214685cd9c0229cc66a07e00df1
parenta2c0fcc0d8bc9bd4559089f1182b13a2ae7bb318 (diff)
downloadnode-new-5e23b65a87e0eb47f5dc09c2720e46cb4d6f6411.tar.gz
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 <daniel.bevenius@gmail.com>
-rw-r--r--test/sequential/test-cluster-send-handle-large-payload.js (renamed from test/parallel/test-cluster-send-handle-large-payload.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/parallel/test-cluster-send-handle-large-payload.js b/test/sequential/test-cluster-send-handle-large-payload.js
index f0ffa63421..f0ffa63421 100644
--- a/test/parallel/test-cluster-send-handle-large-payload.js
+++ b/test/sequential/test-cluster-send-handle-large-payload.js