From: Viktor Szakats Date: Fri, 10 May 2024 07:49:57 +0000 (+0200) Subject: CI: ignore test 286 on Appveyor gcc 7 build X-Git-Tag: curl-8_8_0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2725488bea4b31246bdf7f5836513d56fb68efde;p=thirdparty%2Fcurl.git 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 f1e05a6e6e7225fa09952abb2c935ae1abe44f45 #12106 #12040 Closes #13575 --- diff --git a/appveyor.yml b/appveyor.yml index 73d28f54bb..3fb2091380 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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