From: Daniel Stenberg Date: Thu, 30 Apr 2020 15:42:18 +0000 (+0200) Subject: cirrus: disable SFTP and SCP tests X-Git-Tag: curl-7_71_0~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dce30e2e07539e2a1f5c91bbef184b8f3b118c59;p=thirdparty%2Fcurl.git cirrus: disable SFTP and SCP tests ... as we can't seem to start the sshd server on it. Those problems existed before d1239b50bececd (running the SSH server on a random port), but they're more noticable now since there are more failed attempts in the logs. Closes #5315 --- diff --git a/.cirrus.yml b/.cirrus.yml index 4a541c9b05..9717d349ca 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -69,9 +69,9 @@ task: - SKIP_TESTS='' - uname -r - case `uname -r` in - 13.0*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';; - 12.1*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';; - 11.3*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';; + 13.0*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003 !SFTP !SCP';; + 12.1*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003 !SFTP !SCP';; + 11.3*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003 !SFTP !SCP';; esac - sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" test-nonflaky install_script: