From ef27e6ce57846ffe31654f38aba53fed210fb7da Mon Sep 17 00:00:00 2001 From: AshCripps Date: Thu, 21 May 2020 16:16:14 +0100 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca --- test/internet/internet.status | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/internet/internet.status diff --git a/test/internet/internet.status b/test/internet/internet.status new file mode 100644 index 00000000000000..8cef8b6719949a --- /dev/null +++ b/test/internet/internet.status @@ -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]