From cd3e9779911f176ef7bcb0c15ed9a08d66b7bb6b Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 12 Jun 2019 08:58:43 -0700 Subject: [PATCH] remove non-functional tests libz3.so linking on python builds Signed-off-by: Nikolaj Bjorner --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a5fcfc2c..8d843c5ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,8 +24,8 @@ jobs: make -j3 make -j3 examples make -j3 test-z3 - ./cpp_example - ./c_example +# ./cpp_example +# ./c_example cd .. - template: scripts/test-z3.yml - template: scripts/test-regressions.yml