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