diff --git a/images/win/scripts/Tests/ChocoPackages.Tests.ps1 b/images/win/scripts/Tests/ChocoPackages.Tests.ps1 index bb3693ba..cb95e095 100644 --- a/images/win/scripts/Tests/ChocoPackages.Tests.ps1 +++ b/images/win/scripts/Tests/ChocoPackages.Tests.ps1 @@ -44,9 +44,6 @@ Describe "Nuget" { It "Nuget" { "nuget" | Should -ReturnZeroExitCode } - It "NuGet.Config not exists" { - "$env:APPDATA\NuGet\NuGet.Config" | Should -Not -Exist - } } Describe "OpenSSL" {