Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: skip failing azureidentity test while under investigation (#26545) - #26623

Merged
ethanndickson merged 1 commit into
release/2.29from
backport/26545-to-2.29
Jun 23, 2026
Merged

fix: skip failing azureidentity test while under investigation (#26545)#26623
ethanndickson merged 1 commit into
release/2.29from
backport/26545-to-2.29

Conversation

@ethanndickson

Copy link
Copy Markdown
Member

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 TestValidate in coderd/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 on main in #26545. The cherry-pick conflicts only on surrounding context because this branch has a darwin-only skip block right after t.Parallel(); the unconditional skip is inserted ahead of it to match main, consistent with the existing release/2.32 and release/2.33 backports.

Ref: coder/internal#1602

)

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)
@github-actions

Copy link
Copy Markdown
Contributor

👋 Hey @ethanndickson!

This PR is targeting the release/2.29 release branch, but its title does not start with fix: or fix(scope):.

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:

fix: description of the bug fix
fix(scope): description of the bug fix

If this is not a bug fix, it likely should not target a release branch.

@ethanndickson ethanndickson changed the title chore: skip failing azureidentity test while under investigation (#26545) fix: skip failing azureidentity test while under investigation (#26545) Jun 23, 2026
@ethanndickson
ethanndickson requested a review from johnstcn June 23, 2026 14:19
@ethanndickson
ethanndickson merged commit b76aed9 into release/2.29 Jun 23, 2026
48 of 50 checks passed
@ethanndickson
ethanndickson deleted the backport/26545-to-2.29 branch June 23, 2026 14:31
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants