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

Commit

Permalink
test: mark a flaky test
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sethbrenith committed Feb 26, 2018
1 parent 8d6c6f5 commit b775305
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ test-inspector-contexts : SKIP
test-inspector-scriptparsed-context : SKIP
test-inspector-stop-profile-after-done : SKIP

[$jsEngine==chakracore && $system==win32]
# This test can fail depending on the ports that other processes are using
test-inspector-port-cluster : PASS, FLAKY

[$jsEngine==chakracore && $system==linux]
# These tests are failing for Node-Chakracore and should eventually be fixed
test-child-process-pass-fd : SKIP

0 comments on commit b775305

Please sign in to comment.