]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus: disable SFTP and SCP tests
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Apr 2020 15:42:18 +0000 (17:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Apr 2020 21:54:44 +0000 (23:54 +0200)
... 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

.cirrus.yml

index 4a541c9b053bde21faef756b145ca7582b1a2c02..9717d349cadda6d34041d5f31d5f41f1955fac1a 100644 (file)
@@ -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: