Skip to content

Commit 9bd1317

Browse files
sam-githubBethGriggs
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 ffa9f9b commit 9bd1317

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/parallel/parallel.status

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ test-worker-message-port-transfer-terminate: PASS,FLAKY
3333
[$system==linux]
3434

3535
[$system==macos]
36+
# https://github.com/nodejs/node/issues/30030
37+
test-dgram-connect-send-empty-buffer: PASS,FLAKY
38+
test-dgram-connect-send-empty-array: PASS,FLAKY
39+
test-dgram-connect-send-empty-packet: PASS,FLAKY
40+
test-dgram-send-empty-array: PASS,FLAKY
41+
test-dgram-send-empty-buffer: PASS,FLAKY
42+
test-dgram-send-empty-packet: PASS,FLAKY
3643
# https://github.com/nodejs/node/issues/26910
3744
test-tls-sni-option: PASS,FLAKY
3845
# https://github.com/nodejs/node/issues/27219

0 commit comments

Comments
 (0)