Skip to content

Commit

Permalink
test: mark empty udp tests flaky on OS X
Browse files Browse the repository at this point in the history
They fail on OS X 10.15 (aka "Catalina"), but pass on earlier OS X.

Refs: #30030
Refs: nodejs/build#2189 (comment)

PR-URL: #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>
  • Loading branch information
sam-github authored and codebytere committed Feb 27, 2020
1 parent 6af9e7e commit f89fb27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/parallel/parallel.status
Expand Up @@ -29,6 +29,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

[$arch==arm || $arch==arm64]
# https://github.com/nodejs/node/issues/26610
Expand Down

0 comments on commit f89fb27

Please sign in to comment.