Skip to content

Commit e8667bb

Browse files
committed
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: nodejs#30030 Refs: nodejs/build#2189 (comment)
1 parent b70dd9d commit e8667bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/parallel/parallel.status

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ test-worker-message-port-transfer-terminate: PASS,FLAKY
2929
[$system==linux]
3030

3131
[$system==macos]
32+
# https://github.com/nodejs/node/issues/30030
33+
test-dgram-connect-send-empty-buffer: PASS,FLAKY
34+
test-dgram-connect-send-empty-array: PASS,FLAKY
35+
test-dgram-connect-send-empty-packet: PASS,FLAKY
36+
test-dgram-send-empty-array: PASS,FLAKY
37+
test-dgram-send-empty-buffer: PASS,FLAKY
38+
test-dgram-send-empty-packet: PASS,FLAKY
3239

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

0 commit comments

Comments
 (0)