Commit f2c4612
authored
Skip flaky BlazorWebView header interception test (dotnet#33928)
<!-- Please let the below note in for people that find this PR -->
> [!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](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!
## Description
Skips the flaky
`RequestsCanBeInterceptedAndHeadersAddedForDifferentHosts` BlazorWebView
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 null` while passing on Mono MacCatalyst in the same build:
- **Build**:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=1282686&view=ms.vss-test-web.build-test-results-tab&runId=35819496&resultId=100136&paneView=debug
## Issues Fixed
Related dotnet#339271 parent 6ebca19 commit f2c4612
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments