diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index be01f81f..3708eec3 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -78,9 +78,6 @@ jobs: all_tests=$(ls test_*.py | xargs) all_tests="${all_tests} p4rt dash" - if [ -n '${{ parameters.run_tests_pattern }}' ]; then - all_tests=" $(ls ${{ parameters.run_tests_pattern }} | xargs) " - fi # Run the tests in parallel and retry retry=3 IMAGE_NAME=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)