summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-15 10:40:23 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-15 10:40:23 +0200
commitb2700811f3fa701a14701fc1a9e629f468e7d8a1 (patch)
tree3ac99d2afc31062edf81d44cfce9139d7e192a55 /azure-pipelines.yml
parent682cc42900aa2f9705d6d04c586a2aa47e99be43 (diff)
downloadphp-git-b2700811f3fa701a14701fc1a9e629f468e7d8a1.tar.gz
Skip arginfo test under msan
Msan is missing interceptors for some functions that result in false positives.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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: