From 9184cd47fa09449b98f7a6e189570454b42dee50 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 21 Dec 2020 10:21:45 -0800 Subject: [PATCH] do not run test farm tests --- .../templates/jobs/extended-tests-jobs.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml index 0c92136e8..a9c0a7ca2 100644 --- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml @@ -81,21 +81,6 @@ jobs: TOXENV: integration-dns-rfc2136 docker-dev: TOXENV: docker_dev - macos-farmtest-apache2: - # We run one of these test farm tests on macOS to help ensure the - # tests continue to work on the platform. - IMAGE_NAME: macOS-10.15 - PYTHON_VERSION: 3.8 - TOXENV: test-farm-apache2 - farmtest-leauto-upgrades: - PYTHON_VERSION: 3.7 - TOXENV: test-farm-leauto-upgrades - farmtest-certonly-standalone: - PYTHON_VERSION: 3.7 - TOXENV: test-farm-certonly-standalone - farmtest-sdists: - PYTHON_VERSION: 3.7 - TOXENV: test-farm-sdists pool: vmImage: $(IMAGE_NAME) steps: