Skip to content

Commit 1a0339a

Browse files
authored
Revert "bpo-39837: Disable macOS tests on Azure Pipelines (pythonGH-18818)"
This reverts commit 31350f9.
1 parent 4663f66 commit 1a0339a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.azure-pipelines/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- job: macOS_CI_Tests
3636
displayName: macOS CI Tests
3737
dependsOn: Prebuild
38-
#condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
39-
# bpo-39837: macOS tests on Azure Pipelines are disabled
40-
condition: false
38+
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
4139

4240
variables:
4341
testRunTitle: '$(build.sourceBranchName)-macos'

.azure-pipelines/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- job: macOS_PR_Tests
3434
displayName: macOS PR Tests
3535
dependsOn: Prebuild
36-
#condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
37-
# bpo-39837: macOS tests on Azure Pipelines are disabled
38-
condition: false
36+
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
3937

4038
variables:
4139
testRunTitle: '$(system.pullRequest.TargetBranch)-macos'

0 commit comments

Comments
 (0)