Skip to content

Commit 7eb0945

Browse files
authored
Disable Mono tests by default (release-6.10.x) (#6765)
1 parent 6cd9fed commit 7eb0945

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eng/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ parameters:
4141
- name: RunMonoTestsOnMac
4242
displayName: Run Mono tests on Mac
4343
type: boolean
44-
default: true
44+
default: false
4545

4646
resources:
4747
pipelines:

eng/pipelines/official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parameters:
2626
- name: RunMonoTestsOnMac
2727
displayName: Run Mono tests on Mac
2828
type: boolean
29-
default: true
29+
default: false
3030
- name: SigningType
3131
displayName: Type of signing to use
3232
type: string

eng/pipelines/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parameters:
3333
- name: RunMonoTestsOnMac
3434
displayName: Run Mono tests on Mac
3535
type: boolean
36-
default: true
36+
default: false
3737
- name: RunStaticAnalysis
3838
displayName: Run static analysis
3939
type: boolean

0 commit comments

Comments
 (0)