mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: mark test-dgram-multicast-ssmv6-multi-process flaky
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>
This commit is contained in:
parent
51af89fe45
commit
e14786f69f
26
test/internet/internet.status
Normal file
26
test/internet/internet.status
Normal file
@ -0,0 +1,26 @@
|
||||
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]
|
Loading…
Reference in New Issue
Block a user