Skip to content

Commit

Permalink
uncomment cred provider tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Dec 26, 2024
1 parent 317463d commit e063a97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/CredentialProvider.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {

Get-RevertPSResourceRepositoryFile
}
<#

It "Find resource given specific Name and Repository" {
$res = Find-PSResource -Name $TestModuleName -Repository $ADORepoName -Verbose
$res.Name | Should -Be $TestModuleName
Expand Down Expand Up @@ -71,5 +71,4 @@ Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {
$repo = Get-PSResourceRepository -Name $ADORepoName
$repo.CredentialProvider | Should -Be "None"
}
#>
}

0 comments on commit e063a97

Please sign in to comment.