diff --git a/tools/linuxScripts/runNetCoreSdkTests.sh b/tools/linuxScripts/runNetCoreSdkTests.sh index 3d2cbcf903f8f..3b2c3b7c43bf0 100755 --- a/tools/linuxScripts/runNetCoreSdkTests.sh +++ b/tools/linuxScripts/runNetCoreSdkTests.sh @@ -162,10 +162,10 @@ skip_Rps() { retVal=false #printf "checking......$1\n" if [[ ("$1" =~ "Authorization") || ( "$1" =~ "Gallery" ) || ("$1" =~ "Automation") || ( "$1" =~ "Intune" ) || ( "$1" =~ "DataLake.Store" ) - || ( "$1" =~ "Monitor" ) || ( "$1" =~ "RedisCache" ) || ( "$1" =~ "Search" ) || ( "$1" =~ "KeyVault.Tests" ) + || ( "$1" =~ "Monitor" ) || ( "$1" =~ "RedisCache" ) || ( "$1" =~ "Search" ) || ( "$1" =~ "DeviceProvisioningServices") || ("$1" =~ "ServerManagement") || ( "$1" =~ "BotService") - || ("$1" =~ "Batch") || ("$1" =~ "KeyVault") - || ( "$1" =~ "KeyVault.TestFramework") || ( "$1" =~ "Subscription.FullDesktop.Tests") ]]; then + || ("$1" =~ "Batch") || ("$1" =~ "KeyVault.TestFramework") + || ( "$1" =~ "Subscription.FullDesktop.Tests") ]]; then retVal=true fi echo $retVal