mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
test: mark test-inspector flaky on windows
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>
This commit is contained in:
parent
b5bdff876b
commit
33dd4ec645
10
test/inspector/inspector.status
Normal file
10
test/inspector/inspector.status
Normal file
@ -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
Block a user