]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: ignore test 286 on Appveyor gcc 9 build
authorDan Fandrich <dan@coneharvesters.com>
Fri, 13 Oct 2023 02:33:19 +0000 (19:33 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 13 Oct 2023 16:01:16 +0000 (09:01 -0700)
This test fails sometimes with a super fast retry loop due to what may
just be a compiler bug. The test results are ignored on the one CI job
where it occurs because there seems to be nothing we can do to fix it.

Fixes #12040
Closes #12106

appveyor.yml

index 874bf7ce4a8a953b2258fadaf261d39b30776474..9247680e3d35a5b0ed6a2b76da33723963084717 100644 (file)
@@ -157,7 +157,8 @@ environment:
       ENABLE_UNICODE: 'OFF'
       HTTP_ONLY: 'OFF'
       TESTING: 'ON'
-      DISABLED_TESTS: '!1086 !1139 !1451 !1501'
+      # test 286 disabled due to https://github.com/curl/curl/issues/12040
+      DISABLED_TESTS: '~286 !1086 !1139 !1451 !1501'
       ADD_PATH: 'C:\msys64\mingw64\bin;C:\msys64\usr\bin'
       MSYS2_ARG_CONV_EXCL: '/*'
       BUILD_OPT: -k