From d14b083bc9717f246569b3153e728d8aa2093b67 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 26 Nov 2019 19:50:09 -0800 Subject: [PATCH] disable regressions from msan Signed-off-by: Nikolaj Bjorner --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94eed277d..9b9ee55e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,7 +70,7 @@ jobs: - template: scripts/test-examples-cmake.yml # - template: scripts/test-jupyter.yml # - template: scripts/test-java-cmake.yml - - template: scripts/test-regressions.yml +# - template: scripts/test-regressions.yml - job: "LinuxCMake"