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: nodejs#30030
Refs: nodejs/build#2189 (comment)
  • Loading branch information
sam-github committed Feb 24, 2020
1 parent b70dd9d commit e8667bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
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 e8667bb

Please sign in to comment.