test: fix inspector tests

The inspector tests should not be in the parallel directory as they
likely all (or certainly almost all) use static ports, so port
collisions will happen.

This moves them all to sequential. We can move them back on a
case-by-case basis. They were run sequentially when they were in the
inspector directory which they were only moved from very recently.

PR-URL: https://github.com/nodejs/node/pull/16281
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
This commit is contained in:
Rich Trott 2017-10-17 21:50:25 -07:00
parent 978629ca12
commit 9be3d99b2b
25 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,6 @@ prefix parallel
[true] # This section applies to all platforms
[$system==win32]
test-inspector-bindings : PASS, FLAKY
test-inspector-debug-end : PASS, FLAKY
test-inspector-stop-profile-after-done: PASS, FLAKY
[$system==linux]
@ -23,4 +20,3 @@ test-npm-install: PASS,FLAKY
[$system==freebsd]
[$system==aix]
test-inspector-stop-profile-after-done: PASS, FLAKY

View File

@ -7,6 +7,9 @@ prefix sequential
[true] # This section applies to all platforms
[$system==win32]
test-inspector-bindings : PASS, FLAKY
test-inspector-debug-end : PASS, FLAKY
test-inspector-stop-profile-after-done: PASS, FLAKY
[$system==linux]
@ -17,3 +20,4 @@ prefix sequential
[$system==freebsd]
[$system==aix]
test-inspector-stop-profile-after-done: PASS, FLAKY