Skip to content

Commit 79efd95

Browse files
committed
Skip connection-timeout test on minix3.
Minix 3's Unix domain sockets don't seem to work the way we expect, so skip connection-timeout test on that platform. While there, group together all similarly skipped tests and explicitly comment.
1 parent 6b508c4 commit 79efd95

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/configs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,14 @@ case "${TARGET_HOST}" in
246246
# Also, Minix seems to be very limited in the number of select()
247247
# calls that can be operating concurrently, so prune additional tests for that.
248248
T="addrmatch agent-restrict brokenkeys cfgmatch cfgmatchlisten cfgparse
249-
connect connect-uri dynamic-forward
250-
exit-status forward-control forwarding hostkey-agent
251-
key-options keyscan knownhosts-command login-timeout multiplex
249+
connect connect-uri exit-status forwarding hostkey-agent
250+
key-options keyscan knownhosts-command login-timeout
252251
reconfigure reexec rekey scp scp-uri scp3 sftp sftp-badcmds
253252
sftp-batch sftp-cmds sftp-glob sftp-perm sftp-uri stderr-data
254253
transfer"
254+
# Unix domain sockets don't work quite like we expect, so also skip any tests
255+
# that use multiplexing.
256+
T="$T connection-timeout dynamic-forward forward-control multiplex"
255257
SKIP_LTESTS="$(echo $T)"
256258
TEST_TARGET=t-exec
257259
SUDO=""

0 commit comments

Comments
 (0)