From ce23fb1af8c51a32c0a3a7a74088cbbebf34b575 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 31 Jan 2018 16:02:35 -0800 Subject: [PATCH] test: mark test-inspector-stop-profile-after-done flaky This test is consistently failing and making CI red. PR-URL: https://github.com/nodejs/node/pull/18491 Refs: https://github.com/nodejs/node/issues/16772 Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig --- test/sequential/sequential.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index b95db2a111ea67..5c0b460154f84f 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -13,6 +13,7 @@ test-inspector-debug-end : PASS, FLAKY test-inspector-async-hook-setup-at-signal: PASS, FLAKY test-http2-ping-flood : PASS, FLAKY test-http2-settings-flood : PASS, FLAKY +test-inspector-stop-profile-after-done: PASS, FLAKY [$system==linux]