Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2020-02-24 21:31:37 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-02-27 18:16:03 +0300
commit9bd1317764064db9a753212520fe87ac1be69c3e (patch)
tree7322a1051f0c77fc71f620b907c5cbd5d31b1e79
parentffa9f9bd1b508bc822c082f88ac36cae6d5f8e34 (diff)
test: mark empty udp tests flaky on OS X
They fail on OS X 10.15 (aka "Catalina"), but pass on earlier OS X. Refs: https://github.com/nodejs/node/issues/30030 Refs: https://github.com/nodejs/build/pull/2189#issuecomment-589767606 PR-URL: https://github.com/nodejs/node/pull/31936 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
-rw-r--r--test/parallel/parallel.status7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 7438cd42823..ba29b512718 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -33,6 +33,13 @@ test-worker-message-port-transfer-terminate: PASS,FLAKY
[$system==linux]
[$system==macos]
+# https://github.com/nodejs/node/issues/30030
+test-dgram-connect-send-empty-buffer: PASS,FLAKY
+test-dgram-connect-send-empty-array: PASS,FLAKY
+test-dgram-connect-send-empty-packet: PASS,FLAKY
+test-dgram-send-empty-array: PASS,FLAKY
+test-dgram-send-empty-buffer: PASS,FLAKY
+test-dgram-send-empty-packet: PASS,FLAKY
# https://github.com/nodejs/node/issues/26910
test-tls-sni-option: PASS,FLAKY
# https://github.com/nodejs/node/issues/27219