fix: skip failing azureidentity test while under investigation (#26545) - #26623
Merged
Conversation
) Backport of #26545 to release/2.29. Skips the failing azureidentity TestValidate while under investigation. The test fails on the release branch due to Azure instance-identity certificate chain verification (certificate signed by unknown authority), which is unrelated to release content. Ref: coder/internal#1602 (cherry picked from commit a12b051)
Contributor
|
👋 Hey @ethanndickson! This PR is targeting the Only bug fixes should be cherry-picked to release branches. If this is a bug fix, please update the PR title to match the conventional commit format: If this is not a bug fix, it likely should not target a release branch. |
johnstcn
approved these changes
Jun 23, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 #26545 to
release/2.29.Original PR: #26545 - chore: skip failing azureidentity test while under investigation
Merge commit: a12b051
Requested by: @ethanndickson
Skips
TestValidateincoderd/azureidentity, which fails on the release branch due to Azure instance-identity certificate chain verification (certificate signed by unknown authority), unrelated to release content. This mirrors the skip added onmainin #26545. The cherry-pick conflicts only on surrounding context because this branch has adarwin-only skip block right aftert.Parallel(); the unconditional skip is inserted ahead of it to match main, consistent with the existingrelease/2.32andrelease/2.33backports.Ref: coder/internal#1602