Skip to content

Commit

Permalink
make Https_MultipleRequests_TlsResumed Linux specific (#90286)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored Aug 10, 2023
1 parent 1a36cf7 commit 1b54c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4302,7 +4302,7 @@ public SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http11(ITestOutputHelp
[Theory]
[InlineData(true)]
[InlineData(false)]
[PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)]
[PlatformSpecific(TestPlatforms.Linux)]
public async Task Https_MultipleRequests_TlsResumed(bool useSocketHandler)
{
await LoopbackServer.CreateClientAndServerAsync(async uri =>
Expand Down

0 comments on commit 1b54c69

Please sign in to comment.