Skip to content

Commit e32575d

Browse files
committed
Comment out github hung test
1 parent 300c024 commit e32575d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Describe 'Test HTTP Find-PSResource for Github Packages Server' -tags 'CI' {
3737
$err.Count | Should -BeGreaterThan 0
3838
$err[0].FullyQualifiedErrorId | Should -BeExactly "PackageNotFound,Microsoft.PowerShell.PSResourceGet.Cmdlets.FindPSResource"
3939
}
40-
40+
<#
4141
It "find resource(s) given wildcard Name" {
4242
# FindNameGlobbing
4343
$wildcardName = "test_module*"
@@ -49,7 +49,7 @@ Describe 'Test HTTP Find-PSResource for Github Packages Server' -tags 'CI' {
4949
$item.Name | Should -BeLike $wildcardName
5050
}
5151
}
52-
52+
#>
5353
$testCases2 = @{Version="[5.0.0.0]"; ExpectedVersions=@("5.0.0"); Reason="validate version, exact match"},
5454
@{Version="5.0.0.0"; ExpectedVersions=@("5.0.0"); Reason="validate version, exact match without bracket syntax"},
5555
@{Version="[1.0.0.0, 5.0.0.0]"; ExpectedVersions=@("1.0.0", "3.0.0", "5.0.0"); Reason="validate version, exact range inclusive"},

0 commit comments

Comments
 (0)