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:
AshCripps 2020-05-21 16:16:14 +01:00 committed by Sam Roberts
parent 51af89fe45
commit e14786f69f

View 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]