Skip to content

Unquarantined some HTTP/3 tests #51668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2023
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