From 252d8fff5758f91bc25fa29ceb3cb2f15a73e0c7 Mon Sep 17 00:00:00 2001 From: Ahmet Ibrahim Aksoy Date: Thu, 20 Jun 2024 14:47:37 +0200 Subject: [PATCH] Disable ServerSendsTrailingHeader test on 8.0 --- .../tests/FunctionalTests/HttpClientHandlerTest.Http3.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs index 844d2866bde61e..b9de74a38a0457 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs @@ -1623,6 +1623,7 @@ public async Task DuplexStreaming_AbortByServer_StreamingCancelled(bool graceful } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/103264")] public async Task ServerSendsTrailingHeaders_Success() { using Http3LoopbackServer server = CreateHttp3LoopbackServer();