[release/v7.6] Skip the flaky Update-Help test for the PackageManagement module#26847
Merged
SeeminglyScience merged 1 commit intoPowerShell:release/v7.6PowerShell/PowerShell:release/v7.6from Feb 17, 2026
SeeminglyScience:backport-26845-v7.6SeeminglyScience/PowerShell:backport-26845-v7.6Copy head branch name to clipboard
Merged
[release/v7.6] Skip the flaky Update-Help test for the PackageManagement module#26847SeeminglyScience merged 1 commit intoPowerShell:release/v7.6PowerShell/PowerShell:release/v7.6from SeeminglyScience:backport-26845-v7.6SeeminglyScience/PowerShell:backport-26845-v7.6Copy head branch name to clipboard
Update-Help test for the PackageManagement module#26847SeeminglyScience merged 1 commit intoPowerShell:release/v7.6PowerShell/PowerShell:release/v7.6from
SeeminglyScience:backport-26845-v7.6SeeminglyScience/PowerShell:backport-26845-v7.6Copy head branch name to clipboard
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a backport of #26845 to the release/v7.6 branch. It fixes flaky Update-Help tests for the PackageManagement module that fail intermittently on Linux CI. The previous fix (#26796) incorrectly marked all CI tests as pending, but the actual issue was specific to the PackageManagement module on Linux in both CI and Feature tests. This change targets the specific failing condition rather than disabling entire test suites.
Changes:
- Modified the pending condition in
RunUpdateHelpTeststo specifically target PackageManagement module on Linux - Removed the blanket
MarkAsPendingparameter from CI test blocks (lines 336, 348) - Allows other modules' Update-Help tests to run normally while only skipping the problematic PackageManagement tests on Linux
d32bbec
into
PowerShell:release/v7.6
41 of 42 checks passed
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.
Backport of #26845 to release/v7.6
Original CL Label: CL-Test
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Risk
REQUIRED: Check exactly one box.