Skip to content

Commit

Permalink
Quarantines
Browse files Browse the repository at this point in the history
See #50833
  • Loading branch information
SteveSandersonMS committed Sep 20, 2023
1 parent 619fe4c commit 45a66c5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ static async Task<HttpResponseMessage> SendRequestAsync(HttpProtocols protocol,

[ConditionalFact]
[MsQuicSupported]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")]
public async Task POST_ServerCompletesWithoutReadingRequestBody_ClientGetsResponse()
{
// Arrange
Expand Down Expand Up @@ -699,6 +700,7 @@ public async Task GET_ServerAbort_ClientReceivesAbort(HttpProtocols protocol)

[ConditionalFact]
[MsQuicSupported]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")]
public async Task POST_Expect100Continue_Get100Continue()
{
// Arrange
Expand Down

0 comments on commit 45a66c5

Please sign in to comment.