From 636ce3af6e2bc292166552f2e92c9d2f57240593 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 26 Jun 2020 22:25:08 +0200 Subject: [PATCH] Activate farm tests --- .azure-pipelines/templates/steps/tox-steps.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 52c9f623b..c73b3a961 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -34,10 +34,6 @@ steps: ln -s $(testFarmPem.secureFilePath) azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | - if [[ "${TOXENV}" == *"test-farm"* ]]; then - # To be removed once farm tests are configured on Azure - exit 0 - fi if [[ "${TOXENV}" == *"oldest"* ]]; then tools/run_oldest_tests.sh elif command -v unbuffer >/dev/null 2>&1; then