Skip to content

Commit 04330b6

Browse files
authored
Disable SendAsync_ReuseRequestInHandler_ResetsHeadersForEachReuse on browser (#113543)
Fixes #113580
1 parent 20be601 commit 04330b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ private async ValueTask<HttpResponseMessage> SendAsync(HttpRequestMessage reques
15431543
}
15441544
}
15451545

1546-
[Fact]
1546+
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotBrowser))]
15471547
public async Task SendAsync_ReuseRequestInHandler_ResetsHeadersForEachReuse()
15481548
{
15491549
Activity parent0 = new Activity("parent0");

0 commit comments

Comments
 (0)