Skip to content

Commit

Permalink
test: mark test-inspector flaky on windows
Browse files Browse the repository at this point in the history
PR-URL: #8835
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott authored and Myles Borins committed Sep 30, 2016
1 parent f4f9cf7 commit 83ed508
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/inspector/inspector.status
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 83ed508

Please sign in to comment.