From 1bbe2461bb04e0be4f5e5ca0f9ad3a3a913f25dd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 28 Sep 2016 11:17:23 -0700 Subject: [PATCH] test: mark test-inspector flaky on windows --- test/inspector/inspector.status | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/inspector/inspector.status diff --git a/test/inspector/inspector.status b/test/inspector/inspector.status new file mode 100644 index 00000000000000..69865843c940fc --- /dev/null +++ b/test/inspector/inspector.status @@ -0,0 +1,10 @@ +prefix inspector + +# To mark a test as flaky, list the test name in the appropriate section +# below, without ".js", followed by ": PASS,FLAKY". Example: +# sample-test : PASS,FLAKY + +[true] # This section applies to all platforms + +[$system==win32] +test-inspector : PASS,FLAKY