Skip to content

Commit e96330f

Browse files
authored
Quarantine flaky test (#31389)
1 parent a788dc1 commit e96330f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,7 @@ public async Task TrailersWithoutEndingStream_ErrorAccessingTrailers()
17481748
[InlineData(nameof(Http3FrameType.Settings))]
17491749
[InlineData(nameof(Http3FrameType.CancelPush))]
17501750
[InlineData(nameof(Http3FrameType.GoAway))]
1751+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31388")]
17511752
public async Task UnexpectedRequestFrame(string frameType)
17521753
{
17531754
var requestStream = await InitializeConnectionAndStreamsAsync(_echoApplication);

0 commit comments

Comments
 (0)