Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: #30030
Refs: nodejs/build#2189 (comment)
  • Loading branch information
sam-github committed Feb 24, 2020
commit e8667bb72ec3769b26ab723ce46d85538b5846c0
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