mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/8835 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>v7.x
Rich Trott
8 years ago
committed by
James M Snell
1 changed files with 10 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue