Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit b775305

Browse files
committedFeb 26, 2018
test: mark a flaky test
test-inspector-port-cluster has been sometimes failing due to other processes running in our build machine and listening on ports 1025 and 1026. In order to successfully run in a variety of machine states, this test must be marked as flaky. PR-URL: #480 Reviewed-By: Kyle Farnung <[email protected]>
1 parent 8d6c6f5 commit b775305

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎test/sequential/sequential.status

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ test-inspector-contexts : SKIP
4040
test-inspector-scriptparsed-context : SKIP
4141
test-inspector-stop-profile-after-done : SKIP
4242

43+
[$jsEngine==chakracore && $system==win32]
44+
# This test can fail depending on the ports that other processes are using
45+
test-inspector-port-cluster : PASS, FLAKY
46+
4347
[$jsEngine==chakracore && $system==linux]
4448
# These tests are failing for Node-Chakracore and should eventually be fixed
4549
test-child-process-pass-fd : SKIP

0 commit comments

Comments
 (0)