Skip to content

Commit ef80995

Browse files
authored
Unquarantined some HTTP/3 tests (#51668)
1 parent b12003e commit ef80995

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ static async Task<HttpResponseMessage> SendRequestAsync(HttpProtocols protocol,
393393

394394
[ConditionalFact]
395395
[MsQuicSupported]
396-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")]
397396
public async Task POST_ServerCompletesWithoutReadingRequestBody_ClientGetsResponse()
398397
{
399398
// Arrange
@@ -700,7 +699,6 @@ public async Task GET_ServerAbort_ClientReceivesAbort(HttpProtocols protocol)
700699

701700
[ConditionalFact]
702701
[MsQuicSupported]
703-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")]
704702
public async Task POST_Expect100Continue_Get100Continue()
705703
{
706704
// Arrange
@@ -958,7 +956,6 @@ await ServerRetryHelper.BindPortsWithRetry(async port =>
958956

959957
// Verify HTTP/2 and HTTP/3 match behavior
960958
[ConditionalTheory]
961-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38008")]
962959
[MsQuicSupported]
963960
[InlineData(HttpProtocols.Http3)]
964961
[InlineData(HttpProtocols.Http2)]
@@ -1061,7 +1058,6 @@ public async Task POST_ClientCancellationBidirectional_RequestAbortRaised(HttpPr
10611058
// Verify HTTP/2 and HTTP/3 match behavior
10621059
[ConditionalTheory]
10631060
[MsQuicSupported]
1064-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")]
10651061
[InlineData(HttpProtocols.Http3)]
10661062
[InlineData(HttpProtocols.Http2)]
10671063
public async Task POST_Bidirectional_LargeData_Cancellation_Error(HttpProtocols protocol)

0 commit comments

Comments
 (0)