diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0004254327..8bdeb20d3a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -173,7 +173,7 @@ jobs: - { build: 'cmake' , sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '-DENABLE_DEBUG=ON -DENABLE_THREADED_RESOLVER=OFF', name: 'default' } - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '', name: 'default R' } - { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: 'skiprun' , config: '--enable-debug --disable-threaded-resolver --disable-curldebug --enable-static=no --without-zlib', name: 'default' } - - { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: '~472 ~1299 ~1613' , config: '--enable-debug --enable-windows-unicode --enable-ares', name: 'c-ares U' } + - { build: 'autotools', sys: 'mingw64', env: 'x86_64' , tflags: '' , config: '--enable-debug --enable-windows-unicode --enable-ares', name: 'c-ares U' } # FIXME: WebSockets test results ignored due to frequent failures on native Windows: - { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON -DENABLE_ARES=ON', type: 'Debug', name: 'schannel c-ares U' } - { build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: 'skiprun' , config: '-DENABLE_DEBUG=OFF -DBUILD_SHARED_LIBS=ON -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON -DENABLE_CURLDEBUG=ON', type: 'Release', name: 'schannel R TrackMemory' } diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 8e75067dc3..cb666d992f 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -39,7 +39,7 @@ # of running runtests.pl as a child of itself sharing # some of the directories. 1182 -# test 1184 causes flakiness in CI builds, mostly visible on macOS +# test 1184 causes flakiness in CI builds 1184 1209 1211 @@ -50,11 +50,9 @@ # example: https://travis-ci.org/curl/curl/builds/81633600 1510 1512 -# test 1801 causes problems on macOS and GitHub +# test 1801 causes problems in CI builds # https://github.com/curl/curl/issues/380 1801 -# test 2086 causes issues on Windows only -2086 # # # Tests that are disabled here for Hyper are SUPPOSED to work but