mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
GHA/non-native: ignore FreeBSD FTP test results
They are flaky.
This commit is contained in:
parent
93d1af4011
commit
1556951c4b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/non-native.yml
vendored
4
.github/workflows/non-native.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue