From b77530504e35a164ac431e8be3e7476749583d86 Mon Sep 17 00:00:00 2001 From: Seth Brenith Date: Mon, 26 Feb 2018 11:42:18 -0800 Subject: [PATCH] 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: https://github.com/nodejs/node-chakracore/pull/480 Reviewed-By: Kyle Farnung --- test/sequential/sequential.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index d9639e54c5b..1cd440edf7e 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -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