Skip to content

Commit 359665c

Browse files
committedJul 26, 2021
test,android: skip link local address test
Skips a test that fails on older devices/OS version combo, where udp6 link local address is not available.
1 parent 0e50029 commit 359665c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎test/parallel/parallel.status

+4
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ test-process-uid-gid: SKIP # process.setuid is not a function
364364
#
365365
test-fs-link: SKIP
366366
#
367+
# Test that requires using udp6 link local address, not available on old devices.
368+
#
369+
test-dgram-udp6-link-local-address : SKIP
370+
#
367371
# Tests that enter in conflict with the test app.
368372
#
369373
test-listen-fd-ebadf: SKIP # uses stderr as a socket, which the test app redirects.

0 commit comments

Comments
 (0)
Failed to load comments.