mirror of
https://github.com/curl/curl.git
synced 2026-05-19 07:46:25 +03:00
CI: ignore test 286 on Appveyor gcc 7 build
Disabled earlier for gcc 9 builds. gcc 7 uses the same runner and
prone to similar intermittent failures.
Follow-up to f1e05a6e6e #12106 #12040
Closes #13575
This commit is contained in:
parent
4d38cea94f
commit
2725488bea
1 changed files with 2 additions and 1 deletions
|
|
@ -140,7 +140,8 @@ environment:
|
|||
ENABLE_UNICODE: 'ON'
|
||||
HTTP_ONLY: 'OFF'
|
||||
TESTING: 'ON'
|
||||
DISABLED_TESTS: '!1086 !1139 !1451 !1501 !1177 !1477'
|
||||
# test 286 disabled due to https://github.com/curl/curl/issues/12040
|
||||
DISABLED_TESTS: '~286 !1086 !1139 !1451 !1501 !1177 !1477'
|
||||
ADD_PATH: 'C:/mingw-w64/x86_64-7.2.0-posix-seh-rt_v5-rev1/mingw64/bin'
|
||||
MSYS2_ARG_CONV_EXCL: '/*'
|
||||
BUILD_OPT: -k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue