mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
e14786f69f
refs: https://github.com/nodejs/node/issues/32946 Mark this test as flaky on linux Ive used sequential.status as a template for this file PR-URL: https://github.com/nodejs/node/pull/33498 Refs: https://github.com/nodejs/node/issues/32946 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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]
|