]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
azure: disable test 433 on azure-ubuntu
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 Mar 2021 15:07:36 +0000 (16:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Mar 2021 09:13:20 +0000 (10:13 +0100)
Something in that environment sets XDG_CONFIG_HOME for us in a way that
breaks the test.

Reported-by: Marc Hörsken
Fixes #6739
Closes #6777

.azure-pipelines.yml

index 75deb0ac5972879681ffb8da7f7fa4e3a9167862..6f0a582ac6efc81199561ac7b3bad0df521b6119 100644 (file)
@@ -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'