From 6ba348940444bc2131ecb6384d74e879473282be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Tue, 3 Oct 2017 04:53:38 +0100 Subject: [PATCH] test: mark test-bindings and test-debug-end flaky Ref: https://github.com/nodejs/node/issues/15558 --- test/inspector/inspector.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/inspector/inspector.status b/test/inspector/inspector.status index 2138574f7c4d59..9c1662f24ccc65 100644 --- a/test/inspector/inspector.status +++ b/test/inspector/inspector.status @@ -10,5 +10,7 @@ prefix inspector test-stop-profile-after-done: PASS, FLAKY [$system==win32] +test-bindings : PASS, FLAKY +test-debug-end : PASS, FLAKY test-stop-profile-after-done: PASS, FLAKY