Skip to content

Commit 4367c78

Browse files
Remove first test
1 parent 98cede8 commit 4367c78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/FindPSResourceTests/FindPSResourceContainerRegistryServer.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 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()

0 commit comments

Comments
 (0)