From d83402813b624d9067416bea2e7feb70a358cf65 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Mar 2020 22:21:37 +0100 Subject: CI: stop ignoring 323, it is disabled --- .azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.azure-pipelines.yml') diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 9962c11f4..42dd83c5b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -43,7 +43,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "~323" + TFLAGS: "" - job: disable_ipv6 displayName: ubuntu w/o IPv6 @@ -64,7 +64,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "~323" + TFLAGS: "" - job: disable_http_smtp_imap displayName: ubuntu w/o HTTP/SMTP/IMAP @@ -105,7 +105,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "~323" + TFLAGS: "" - job: http_only displayName: ubuntu HTTP only @@ -126,7 +126,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "~323" + TFLAGS: "" - stage: linux_torture dependsOn: linux @@ -149,7 +149,7 @@ stages: - script: make test-nonflaky displayName: 'torture test' env: - TFLAGS: "-n -t --shallow=40 !FTP ~323" + TFLAGS: "-n -t --shallow=40 !FTP" ########################################## ### macOS jobs below @@ -261,7 +261,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "~323 ~1056 ~1299" + TFLAGS: "~1056 ~1299" - job: windows_msys2_mingw64_debug_openssl displayName: msys2 mingw64 debug openssl @@ -284,7 +284,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "~323 ~1056 ~1299" + TFLAGS: "~1056 ~1299" - job: windows_msys1_mingw_debug_openssl displayName: msys1 mingw debug openssl -- cgit v1.2.3