From b2700811f3fa701a14701fc1a9e629f468e7d8a1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 15 Oct 2020 10:40:23 +0200 Subject: Skip arginfo test under msan Msan is missing interceptors for some functions that result in false positives. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index beb512c735..e962dad8aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,7 +84,7 @@ jobs: parameters: configurationName: DEBUG_ZTS_MSAN configurationParameters: '--enable-debug --enable-zts' - runTestsParameters: --asan + runTestsParameters: --msan timeoutInMinutes: 90 - template: azure/community_job.yml parameters: -- cgit v1.2.1