From 1a0339afa3c0703def494b748373ac352cb7f113 Mon Sep 17 00:00:00 2001 From: infamous19 <59071375+infamous19@users.noreply.github.com> Date: Sat, 7 Mar 2020 20:04:49 -0700 Subject: [PATCH] Revert "bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)" This reverts commit 31350f9af09dcff7cf6ff4b0a0a7ea595942372e. --- .azure-pipelines/ci.yml | 4 +--- .azure-pipelines/pr.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 6c2c1acc286c08..4c2f115cd9b600 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -35,9 +35,7 @@ jobs: - job: macOS_CI_Tests displayName: macOS CI Tests dependsOn: Prebuild - #condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) - # bpo-39837: macOS tests on Azure Pipelines are disabled - condition: false + condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) variables: testRunTitle: '$(build.sourceBranchName)-macos' diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index 0cc764d025f40b..73d4f55b864500 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -33,9 +33,7 @@ jobs: - job: macOS_PR_Tests displayName: macOS PR Tests dependsOn: Prebuild - #condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) - # bpo-39837: macOS tests on Azure Pipelines are disabled - condition: false + condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) variables: testRunTitle: '$(system.pullRequest.TargetBranch)-macos'