diff --git a/infra/azure/templates/group_tests.yml b/infra/azure/templates/group_tests.yml index da18c2e3fb..78536cbca9 100644 --- a/infra/azure/templates/group_tests.yml +++ b/infra/azure/templates/group_tests.yml @@ -17,7 +17,8 @@ parameters: jobs: -- ${{ each group in split('1,2,3', ',') }}: +# - ${{ each group in split('1,2,3', ',') }}: +- ${{ each group in range(1, 3) }}: - template: run_tests.yml parameters: group_number: ${{ group }}