Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS Gallery tests are unreliable #4791

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Missed PS test
  • Loading branch information
JohnMcPMS committed Sep 4, 2024
commit 8239ef846bffb9f340495fe11787d461aca66120
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ Describe 'Invoke-WinGetConfiguration' {
BeforeEach {
DeleteConfigTxtFiles
}


<# PS Gallery tests are unreliable.
It 'From Gallery' {
EnsureModuleState "XmlContentDsc" $false

Expand All @@ -366,6 +367,7 @@ Describe 'Invoke-WinGetConfiguration' {
$result.UnitResults[0].State | Should -Be "Completed"
$result.UnitResults[0].ResultCode | Should -Be -1978285819
}
#>

It 'From TestRepo' {
EnsureModuleState $e2eTestModule $false
Expand Down Expand Up @@ -530,7 +532,8 @@ Describe 'Start|Complete-WinGetConfiguration' {
BeforeEach {
DeleteConfigTxtFiles
}


<# PS Gallery tests are unreliable.
It 'From Gallery' {
EnsureModuleState "XmlContentDsc" $false

Expand All @@ -548,6 +551,7 @@ Describe 'Start|Complete-WinGetConfiguration' {
$result.UnitResults[0].State | Should -Be "Completed"
$result.UnitResults[0].ResultCode | Should -Be -1978285819
}
#>

It 'From TestRepo' {
$testFile = GetConfigTestDataFile "Configure_TestRepo.yml"
Expand Down
Loading