diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-15 13:06:39 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-16 10:07:24 +0200 |
commit | 1556b99f1a4f6627c442980d4d4f41e61008045a (patch) | |
tree | 13a60f7f1f2f6e6b12bd29a475215f489298debd /.azure-pipelines.yml | |
parent | 0b4c4145aac87047513e30a348e63fde96da892d (diff) | |
download | curl-1556b99f1a4f6627c442980d4d4f41e61008045a.tar.gz |
CI/azure: disable test 571 in the msys2 builds
It's just too flaky there
Reviewed-by: Marc Hoersken
Closes #5954
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index da833f0df..9359dfa90 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -118,14 +118,14 @@ stages: container_cmd: C:\msys64\usr\bin\sh prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-i686-libssh2 configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug --enable-werror --with-libssh2 - tests: ~612 ~1056 ~1299 !SCP + tests: ~571 ~612 ~1056 ~1299 !SCP msys2_mingw64_debug_openssl: name: 64-bit OpenSSL and MQTT container_img: mback2k/curl-docker-winbuildenv-msys2-mingw64:ltsc2019 container_cmd: C:\msys64\usr\bin\sh prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-x86_64-libssh2 configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug --enable-werror --with-libssh2 - tests: ~612 ~1056 ~1299 !SCP + tests: ~571 ~612 ~1056 ~1299 !SCP msys1_mingw_debug_openssl: name: 32-bit OpenSSL (legacy) container_img: mback2k/curl-docker-winbuildenv-msys1-mingw:ltsc2019 @@ -150,14 +150,14 @@ stages: container_cmd: C:\msys64\usr\bin\sh prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-i686-libssh2 configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug --enable-werror --enable-sspi --without-ssl --with-schannel --with-winidn --with-libssh2 - tests: ~165 ~310 ~612 ~1056 ~1299 ~1448 ~2034 ~2037 ~2041 ~2046 ~2047 ~3000 ~3001 !SCP + tests: ~165 ~310 ~571 ~612 ~1056 ~1299 ~1448 ~2034 ~2037 ~2041 ~2046 ~2047 ~3000 ~3001 !SCP msys2_mingw64_debug_schannel: name: 64-bit Schannel/SSPI/WinIDN container_img: mback2k/curl-docker-winbuildenv-msys2-mingw64:ltsc2019 container_cmd: C:\msys64\usr\bin\sh prepare: pacman -S --needed --noconfirm --noprogressbar libssh2-devel mingw-w64-x86_64-libssh2 configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug --enable-werror --enable-sspi --without-ssl --with-schannel --with-winidn --with-libssh2 - tests: ~165 ~310 ~612 ~1056 ~1299 ~1448 ~2034 ~2037 ~2041 ~2046 ~2047 ~3000 ~3001 !SCP + tests: ~165 ~310 ~571 ~612 ~1056 ~1299 ~1448 ~2034 ~2037 ~2041 ~2046 ~2047 ~3000 ~3001 !SCP msys1_mingw_debug_schannel: name: 32-bit Schannel/SSPI/WinIDN (legacy) container_img: mback2k/curl-docker-winbuildenv-msys1-mingw:ltsc2019 |