From 45a66c58780eeb7ae795553181b85a09eb0df644 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 20 Sep 2023 09:32:05 +0100 Subject: [PATCH] Quarantines See https://github.com/dotnet/aspnetcore/issues/50833 --- .../test/Interop.FunctionalTests/Http3/Http3RequestTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs index f13a4a7e6fd4..406349ebc1b4 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs @@ -395,6 +395,7 @@ static async Task SendRequestAsync(HttpProtocols protocol, [ConditionalFact] [MsQuicSupported] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50833")] public async Task POST_ServerCompletesWithoutReadingRequestBody_ClientGetsResponse() { // Arrange @@ -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