Skip to content

Commit ea07827

Browse files
authored
chore(build): run integration tests sequentially (#4054)
1 parent fa5907b commit ea07827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)