Skip to content

Commit

Permalink
WinHttpHandler multiple HTTP/2 connections test is skipped on older W…
Browse files Browse the repository at this point in the history
…indows (dotnet#39266)

Fixes dotnet#39258
  • Loading branch information
alnikola committed Jul 14, 2020
1 parent 5a18950 commit 10af8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public async Task GetAsync_SetCookieContainerMultipleCookies_CookiesSent()
}

[OuterLoop("Uses delays")]
[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsWindows10Version1607OrGreater))]
public async Task SendAsync_MultipleHttp2ConnectionsEnabled_CreateAdditionalConnections()
{
// Warm up thread pool because the full .NET Framework calls synchronous Stream.Read() and we need to delay those calls thus threads will get blocked.
Expand Down

0 comments on commit 10af8ed

Please sign in to comment.