summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 31e548360..94c4158e2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -217,7 +217,9 @@ jobs:
steps:
- script: source tools/pypy-test.sh
displayName: 'Run PyPy3 Build / Tests'
+ continueOnError: true
- task: PublishTestResults@2
inputs:
testResultsFiles: '**/test-*.xml'
testRunTitle: 'Publish test results for PyPy3'
+ failTaskOnFailedTests: true