summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-22 16:07:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-22 16:07:36 +0100
commit1800fc2ec05394f2f6e835e02550f6a9b793c678 (patch)
tree05464af5d832906ae1873a3ac89e195f8d5f7a43
parentc915662485f8fe1e32351a8f83a4a5fe76b5bd08 (diff)
downloadcurl-bagder/azure-ubuntu-not-433.tar.gz
azure: disable test 433 on azure-ubuntubagder/azure-ubuntu-not-433
Something in that environment sets XDG_CONFIG_HOME for us in a way that breaks the test. Fixes #6739
-rw-r--r--.azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 75deb0ac5..6f0a582ac 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -49,7 +49,7 @@ stages:
variables:
install: ''
configure: ''
- tests: ''
+ tests: '!433'
timeoutInMinutes: 60
pool:
vmImage: 'ubuntu-latest'