From 715bc25dcfccf9fb2bee820155fe071d01a618db Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 7 Jan 2023 23:24:50 +1100 Subject: Skip dynamic-forward test on minix3. This test relies on loopback addresses which minix does not have. Previously the test would not run at all since it also doesn't have netcat, but now we use our own netcat it tries and fails. --- .github/configs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/configs b/.github/configs index 49b53d43..e1e4e7cd 100755 --- a/.github/configs +++ b/.github/configs @@ -243,8 +243,9 @@ case "${TARGET_HOST}" in # test that relies on one. # Also, Minix seems to be very limited in the number of select() # calls that can be operating concurrently, so prune additional tests for that. - T="addrmatch agent-restrict brokenkeys cfgmatch cfgmatchlisten cfgparse connect - connect-uri exit-status forward-control forwarding hostkey-agent + T="addrmatch agent-restrict brokenkeys cfgmatch cfgmatchlisten cfgparse + connect connect-uri dynamic-forward + exit-status forward-control forwarding hostkey-agent key-options keyscan knownhosts-command login-timeout multiplex reconfigure reexec rekey scp scp-uri scp3 sftp sftp-badcmds sftp-batch sftp-cmds sftp-glob sftp-perm sftp-uri stderr-data -- cgit v1.2.3