]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: ignore FreeBSD FTP test results
authorViktor Szakats <commit@vsz.me>
Sun, 4 Aug 2024 00:08:06 +0000 (02:08 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 4 Aug 2024 00:08:27 +0000 (02:08 +0200)
They are flaky.

.github/workflows/non-native.yml

index 8387f6a6a15fc8e46d4961d3de9bebb974429f78..4d64d12a5461ef280c308f6c09e43d07aa18da26 100644 (file)
@@ -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: