mirror of
https://github.com/nodejs/node.git
synced 2024-11-28 06:28:40 +01:00
27 lines
516 B
Plaintext
27 lines
516 B
Plaintext
|
prefix internet
|
||
|
|
||
|
# 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]
|
||
|
|
||
|
[$system==linux]
|
||
|
# https://github.com/nodejs/node/issues/32946
|
||
|
test-dgram-multicast-ssmv6-multi-process: PASS, FLAKY
|
||
|
|
||
|
[$system==macos]
|
||
|
|
||
|
[$system==solaris] # Also applies to SmartOS
|
||
|
|
||
|
[$system==freebsd]
|
||
|
|
||
|
[$system==aix]
|
||
|
|
||
|
[$system==ibmi]
|
||
|
|
||
|
[$arch==arm]
|