Skip the flaky Update-Help test for the PackageManagement module#26845
Merged
TravisEz13 merged 1 commit intoPowerShell:masterPowerShell/PowerShell:masterfrom Feb 17, 2026
Merged
Skip the flaky Update-Help test for the PackageManagement module#26845TravisEz13 merged 1 commit intoPowerShell:masterPowerShell/PowerShell:masterfrom
Update-Help test for the PackageManagement module#26845TravisEz13 merged 1 commit intoPowerShell:masterPowerShell/PowerShell:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a regression from PR #26796 where the wrong Update-Help tests were marked as pending. The issue is that PackageManagement Update-Help tests fail intermittently on Linux for Feature-tagged tests. The previous fix incorrectly marked all CI-tagged tests as pending instead of specifically targeting PackageManagement on Linux.
Changes:
- Add condition to mark PackageManagement Update-Help tests as pending specifically on Linux platforms
- Remove the blanket
-MarkAsPendingparameter from CI-tagged test invocations that was previously marking all tests pending
TravisEz13
approved these changes
Feb 17, 2026
SeeminglyScience
pushed a commit
to SeeminglyScience/PowerShell
that referenced
this pull request
Feb 17, 2026
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
This is a follow-up on #26796
The updatable help tests are only failing with the
PackageManagementmodule in Linux CI on release/v7.6, release/v7.5, and release/v7.4 branches. And it's the "Tag: Feature" tests are failing (see an example CI at https://github.com/PowerShell/PowerShell/actions/runs/22045492577/job/63693733570#step:3:3280).The PR #26796 marked pending on the wrong tests and thus the failure still happens in release/v7.5 branch.
This change updates the test to only mark the test targeting
PackageManagementmodule pending on Linux. Here is a successful CI run with the fix: https://github.com/PowerShell/PowerShell/actions/runs/22113437487/job/63915672423#step:3:3285NOTE this change is already available in the release/v7.5 branch via this PR: #26837
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header