From: Viktor Szakats Date: Sun, 4 Aug 2024 00:08:06 +0000 (+0200) Subject: GHA/non-native: ignore FreeBSD FTP test results X-Git-Tag: curl-8_10_0~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1556951c4b9a98ef5660bab65236db7158d9533d;p=thirdparty%2Fcurl.git GHA/non-native: ignore FreeBSD FTP test results They are flaky. --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 8387f6a6a1..4d64d12a54 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -146,7 +146,7 @@ jobs: make -j3 -C tests # The OpenSSH server instance for the testsuite cannot be started on FreeBSD, # therefore the SFTP and SCP tests are disabled right away from the beginning. - make test-ci V=1 TFLAGS='-j8 !SFTP !SCP' + make test-ci V=1 TFLAGS='-j8 !SFTP !SCP ~FTP' fi - name: 'cmake' @@ -175,7 +175,7 @@ jobs: cmake --build bld --config Debug --parallel 3 --target testdeps # The OpenSSH server instance for the testsuite cannot be started on FreeBSD, # therefore the SFTP and SCP tests are disabled right away from the beginning. - make test-ci V=1 TFLAGS='-j8 !SFTP !SCP' + make test-ci V=1 TFLAGS='-j8 !SFTP !SCP ~FTP' fi omnios: