Remove install contoso credential test

This commit is contained in:
Quoc Truong 2016-07-13 16:36:29 -07:00
parent 6338d8c33a
commit 24eaf67917

View file

@ -948,7 +948,7 @@ Describe Install-Package -Tags @('BVT', 'DRT'){
}
}
It "EXPECTED: Install package with credential" {
It "EXPECTED: Install package with credential" -Pending {
try {
Install-Package -Name Contoso -Provider $nuget -Source $vstsFeed -Credential $vstsCredential -Destination $destination -Force
Test-Path $destination\Contoso* | should be $true