aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-03-12 09:10:50 -0700
committerJames M Snell <jasnell@gmail.com>2017-03-16 15:35:17 -0700
commit5e3d536ea30528c79ecc4a8b36425f82285e03d1 (patch)
treed76518330f065d3721f6d8f5fd0e4855175d282c
parent746339ef6db2ad5fd417ebf5d573cfc31d19bfdb (diff)
downloadandroid-node-v8-5e3d536ea30528c79ecc4a8b36425f82285e03d1.tar.gz
android-node-v8-5e3d536ea30528c79ecc4a8b36425f82285e03d1.tar.bz2
android-node-v8-5e3d536ea30528c79ecc4a8b36425f82285e03d1.zip
test: fix flaky test-domain-abort-on-uncaught
test-domain-abort-on-uncaught is flaky under load. Move it to sequential so it is not competing with other tests for resources. PR-URL: https://github.com/nodejs/node/pull/11817 Fixes: https://github.com/nodejs/node/issues/11814 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--test/sequential/test-domain-abort-on-uncaught.js (renamed from test/parallel/test-domain-abort-on-uncaught.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/test/parallel/test-domain-abort-on-uncaught.js b/test/sequential/test-domain-abort-on-uncaught.js
index f754541f37..f754541f37 100644
--- a/test/parallel/test-domain-abort-on-uncaught.js
+++ b/test/sequential/test-domain-abort-on-uncaught.js