summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-30 17:42:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-30 17:42:18 +0200
commitadcb33d4f2f46e63a402c078e4aa54545cc895fc (patch)
tree338b87a1c813fa0a6c2b28604ea85f76484a5df8
parent42d8d9a7e816f14226819cdc2440e11ef004230e (diff)
downloadcurl-bagder/cirrus-no-sshd.tar.gz
cirrus: disable SFTP and SCP testsbagder/cirrus-no-sshd
... as we can't seem to start the sshd server on it.
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4a541c9b0..9717d349c 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: