Skip flaky BlazorWebView header interception test#33928
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Skips a flaky BlazorWebView device test that relies on an external echo service, improving CI reliability.
Changes:
- Marked
RequestsCanBeInterceptedAndHeadersAddedForDifferentHostsas skipped via xUnitTheory(Skip=...). - Documented the skip reason and linked the tracking issue in the skip message.
Member
Author
|
/backport to net10.0 |
Contributor
|
Started backporting to |
Member
Author
|
/backport to net11.0 |
Contributor
|
Started backporting to |
Member
Author
|
/azp run maui-pr-devicetests |
rmarinho
added a commit
that referenced
this pull request
Feb 6, 2026
rmarinho
added a commit
that referenced
this pull request
Feb 6, 2026
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/rebase |
The RequestsCanBeInterceptedAndHeadersAddedForDifferentHosts test depends on an external echo service (echo.free.beeceptor.com) which makes it unreliable in CI. It failed on CoreCLR MacCatalyst while passing on Mono MacCatalyst. Fixes #33927
d831bf1 to
db42321
Compare
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description
Skips the flaky
RequestsCanBeInterceptedAndHeadersAddedForDifferentHostsBlazorWebView device test which depends on an external echo service (echo.free.beeceptor.com), making it unreliable in CI.The test failed on CoreCLR MacCatalyst with
Assert.NotNull() Failure: Value is nullwhile passing on Mono MacCatalyst in the same build:Issues Fixed
Related #33927