From: Viktor Szakats Date: Thu, 8 Aug 2024 11:19:54 +0000 (+0200) Subject: GHA/non-native: ignore FTP results in OpenBSD job X-Git-Tag: curl-8_10_0~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf9fdc4ef0a96473e6fd8c2793e2e0385a8da1f;p=thirdparty%2Fcurl.git GHA/non-native: ignore FTP results in OpenBSD job They are flaky. --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 4d64d12a54..104e0acabe 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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