Skip to content

Commit f89fb27

Browse files
sam-githubcodebytere
authored andcommitted
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) PR-URL: #31936 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 6af9e7e commit f89fb27

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)