1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

cirrus: disable SFTP and SCP tests

... as we can't seem to start the sshd server on it. Those problems
existed before d1239b50be (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
This commit is contained in:
Daniel Stenberg 2020-04-30 17:42:18 +02:00
parent 44f5edd863
commit dce30e2e07
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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: