From 7027191288ab10618fd0228dac0353834d475eab Mon Sep 17 00:00:00 2001 From: Eugene Ostroukhov Date: Wed, 16 Aug 2017 13:15:28 -0700 Subject: [PATCH] test: Mark test-stop-profile-after-done flaky It is flaky on Windows and AIX. Some more time is needed to fix it. PR-URL: https://github.com/nodejs/node/pull/14874#pullrequestreview-56752371 Reviewed-By: Refael Ackermann Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson --- test/inspector/inspector.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/inspector/inspector.status b/test/inspector/inspector.status index ed6a782b9031a7..2138574f7c4d59 100644 --- a/test/inspector/inspector.status +++ b/test/inspector/inspector.status @@ -6,4 +6,9 @@ prefix inspector [true] # This section applies to all platforms +[$system==aix] +test-stop-profile-after-done: PASS, FLAKY + [$system==win32] +test-stop-profile-after-done: PASS, FLAKY +