diff --git a/scripts/release.yml b/scripts/release.yml index 2451d8233..71557021a 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -54,14 +54,6 @@ stages: scriptSource: 'filepath' scriptPath: scripts/mk_unix_dist.py arguments: --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --nojava --arch=arm64 - - 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 - task: CopyFiles@2 inputs: sourceFolder: dist