From 4d86d739429e11faf4b8ec93f53c4c4ab7bd6b16 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 8 Nov 2022 17:15:59 -0800 Subject: [PATCH] disable also tests for Windows x86, does not work with CI pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f2fee6a2..382c2efc9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -195,7 +195,7 @@ jobs: setupCmd2: '' setupCmd3: '' bindings: '$(cmakePy)' - runTests: 'True' + runTests: 'False' x64: arch: 'x64' setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"'