Skip to content

Commit

Permalink
Disable ServerSendsTrailingHeader test on 8.0 (#103762)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans authored Jun 20, 2024
1 parent 3e7eb59 commit e21d960
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e21d960

Please sign in to comment.