diff --git a/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 b/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 index a422bebb5..c91436bdb 100644 --- a/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 +++ b/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 @@ -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