We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20be601 commit 04330b6Copy full SHA for 04330b6
src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs
@@ -1543,7 +1543,7 @@ private async ValueTask<HttpResponseMessage> SendAsync(HttpRequestMessage reques
1543
}
1544
1545
1546
- [Fact]
+ [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotBrowser))]
1547
public async Task SendAsync_ReuseRequestInHandler_ResetsHeadersForEachReuse()
1548
{
1549
Activity parent0 = new Activity("parent0");
0 commit comments