From d97376ffc1ef3ba69949c799f5a1b66050b7f266 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 8467864395ff66..d8ef1ad44a4624 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -7,6 +7,7 @@ prefix sequential [true] # This section applies to all platforms [$system==win32] +test-inspector-stop-profile-after-done: PASS, FLAKY [$system==linux]