Skip to content

Commit

Permalink
Trying to run KeyVault tests in Travis via PR (#5082)
Browse files Browse the repository at this point in the history
* Trying to run KeyVault tests in Travis via PR

* Skipping KeyVault.TestFramework again.

* Fixing typeo
  • Loading branch information
kurtzeborn authored and shahabhijeet committed Dec 13, 2018
1 parent 0571353 commit e433f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/linuxScripts/runNetCoreSdkTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e433f1d

Please sign in to comment.