]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: ignore FTP results in OpenBSD job
authorViktor Szakats <commit@vsz.me>
Thu, 8 Aug 2024 11:19:54 +0000 (13:19 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 8 Aug 2024 11:19:57 +0000 (13:19 +0200)
They are flaky.

.github/workflows/non-native.yml

index 4d64d12a5461ef280c308f6c09e43d07aa18da26..104e0acabe1d493fad0034fd4ebe29477e06e5e9 100644 (file)
@@ -104,7 +104,7 @@ jobs:
             bld/src/curl --disable --version
             if [ '${{ matrix.arch }}' = 'x86_64' ]; then  # Slow on emulated CPU
               cmake --build bld --config Debug --parallel 3 --target testdeps
-              export TFLAGS='-j8 ~3017 ~TFTP'  # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Access Violation`?
+              export TFLAGS='-j8 ~3017 ~TFTP ~FTP'  # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Access Violation`?
               cmake --build bld --config Debug --target test-ci
             fi