From 364da191223cf49e5b18fd4cb30ac9193e23555b Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 6 Mar 2024 13:54:28 -0800 Subject: [PATCH] remove test Signed-off-by: Nikolaj Bjorner --- scripts/nightly.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 0c06f3457..294f4f947 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -216,15 +216,6 @@ stages: scriptPath: scripts/mk_unix_dist.py arguments: --nodotnet --nojava --arch=arm64 pythonInterpreter: $(python) - - script: git clone https://github.com/z3prover/z3test z3test - displayName: 'Clone z3test' - - task: PythonScript@0 - displayName: Test - inputs: - scriptSource: 'filepath' - scriptPath: z3test/scripts/test_benchmarks.py - arguments: build-dist/z3 z3test/regressions/smt2 - pythonInterpreter: $(python) - task: CopyFiles@2 inputs: sourceFolder: dist