File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 derived_data_path : ${{ github.workspace }}/Build
106106 disable_package_resolution : ${{ steps.dependencies-cache.outputs.cache-hit }}
107107 test_without_building : false
108- other_flags : -test-iterations 3 -retry-tests-on-failure
108+ other_flags : -test-iterations 3 -retry-tests-on-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
109109
110110 - name : Retry ${{ inputs.platform }} Integration Tests
111111 if : steps.run-tests.outcome=='failure'
@@ -123,4 +123,4 @@ jobs:
123123 disable_package_resolution : true
124124 # Only attempt to test without building when we are not using any cache.
125125 test_without_building : ${{ !steps.build-cache.outputs.cache-hit }}
126- other_flags : -test-iterations 3 -retry-tests-on-failure
126+ other_flags : -test-iterations 3 -retry-tests-on-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
You can’t perform that action at this time.
0 commit comments