Skip to content

Commit 8a217d7

Browse files
committed
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.
1 parent 978629c commit 8a217d7

25 files changed

+4
-4
lines changed

β€Žtest/parallel/parallel.statusβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ prefix parallel
77
[true] # This section applies to all platforms
88

99
[$system==win32]
10-
test-inspector-bindings : PASS, FLAKY
11-
test-inspector-debug-end : PASS, FLAKY
12-
test-inspector-stop-profile-after-done: PASS, FLAKY
1310

1411
[$system==linux]
1512

@@ -23,4 +20,3 @@ test-npm-install: PASS,FLAKY
2320
[$system==freebsd]
2421

2522
[$system==aix]
26-
test-inspector-stop-profile-after-done: PASS, FLAKY

β€Žtest/sequential/sequential.statusβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ prefix sequential
77
[true] # This section applies to all platforms
88

99
[$system==win32]
10+
test-inspector-bindings : PASS, FLAKY
11+
test-inspector-debug-end : PASS, FLAKY
12+
test-inspector-stop-profile-after-done: PASS, FLAKY
1013

1114
[$system==linux]
1215

@@ -17,3 +20,4 @@ prefix sequential
1720
[$system==freebsd]
1821

1922
[$system==aix]
23+
test-inspector-stop-profile-after-done: PASS, FLAKY

0 commit comments

Comments
Β (0)