Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ 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 @@ -700,7 +699,6 @@ 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 Expand Up @@ -958,7 +956,6 @@ await ServerRetryHelper.BindPortsWithRetry(async port =>

// Verify HTTP/2 and HTTP/3 match behavior
[ConditionalTheory]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38008")]
[MsQuicSupported]
[InlineData(HttpProtocols.Http3)]
[InlineData(HttpProtocols.Http2)]
Expand Down Expand Up @@ -1061,7 +1058,6 @@ public async Task POST_ClientCancellationBidirectional_RequestAbortRaised(HttpPr
// Verify HTTP/2 and HTTP/3 match behavior
[ConditionalTheory]
[MsQuicSupported]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")]
[InlineData(HttpProtocols.Http3)]
[InlineData(HttpProtocols.Http2)]
public async Task POST_Bidirectional_LargeData_Cancellation_Error(HttpProtocols protocol)
Expand Down