From 24eaf679178071f8338ccf0eb0dd2290a5dd4172 Mon Sep 17 00:00:00 2001 From: Quoc Truong Date: Wed, 13 Jul 2016 16:36:29 -0700 Subject: [PATCH] Remove install contoso credential test --- test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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