File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Describe 'Test HTTP Find-PSResource for ACR Server Protocol' -tags 'CI' {
3737 Get-RevertPSResourceRepositoryFile
3838 }
3939
40- It " Find resource given specific Name, Version null" {
40+ <# It "Find resource given specific Name, Version null" {
4141 # FindName()
4242 Write-Verbose -Verbose "Finding resource with Name: $testModuleName"
4343 $res = Find-PSResource -Name $testModuleName -Repository $ACRRepoName -Verbose -Debug -ErrorAction Stop
@@ -50,7 +50,7 @@ Describe 'Test HTTP Find-PSResource for ACR Server Protocol' -tags 'CI' {
5050 Write-Verbose -Verbose "Find-PSResource completed"
5151 $res.Name | Should -Be $testModuleName
5252 $res.Version | Should -Be "5.0.0"
53- }
53+ }#>
5454
5555 It " Should not find resource given nonexistant Name" {
5656 # FindName()
You can’t perform that action at this time.
0 commit comments