Skip to content

Commit 6cbdf44

Browse files
committed
make unit tests sequential
1 parent 10a72f3 commit 6cbdf44

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/nightly_unit_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ jobs:
4040
scheme: ${{ matrix.scheme }}
4141
timeout-minutes: 60
4242
generate_coverage_report: false
43-
test_iterations_flags: -test-iterations 3 -retry-tests-on-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES
4443
retry_tests: false

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
description: 'The xcodebuild flags used when running the test. Defaults to retrying on failure up to 3 times'
3232
required: false
3333
type: string
34-
default: '-test-iterations 3 -retry-tests-on-failure'
34+
default: '-test-iterations 3 -retry-tests-on-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES'
3535
retry_tests:
3636
required: false
3737
type: boolean

.github/workflows/run_unit_tests_platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
description: 'The xcodebuild flags used when running the test. Defaults to retrying on failure up to 3 times'
2121
required: false
2222
type: string
23-
default: '-test-iterations 3 -retry-tests-on-failure'
23+
default: '-test-iterations 3 -retry-tests-on-failure -parallel-testing-enabled NO -test-repetition-relaunch-enabled YES'
2424
retry_tests:
2525
required: false
2626
type: boolean

0 commit comments

Comments
 (0)