We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a788dc1 commit e96330fCopy full SHA for e96330f
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs
@@ -1748,6 +1748,7 @@ public async Task TrailersWithoutEndingStream_ErrorAccessingTrailers()
1748
[InlineData(nameof(Http3FrameType.Settings))]
1749
[InlineData(nameof(Http3FrameType.CancelPush))]
1750
[InlineData(nameof(Http3FrameType.GoAway))]
1751
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31388")]
1752
public async Task UnexpectedRequestFrame(string frameType)
1753
{
1754
var requestStream = await InitializeConnectionAndStreamsAsync(_echoApplication);
0 commit comments