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>

PR-URL: #32146
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
  • Loading branch information
sam-github authored and codebytere committed Mar 14, 2020
1 parent 3a1566a commit 5a537ba
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 5a537ba

Please sign in to comment.