Skip to content

Commit 2cd6a13

Browse files
Quarantine flaky test (dotnet#21156)
1 parent a6fc98f commit 2cd6a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ await ExpectAsync(Http2FrameType.DATA,
371371
}
372372

373373
[Fact]
374+
[QuarantinedTest]
374375
public async Task DATA_Sent_TooSlowlyDueToFlowControlOnSmallWrite_AbortsConnectionAfterGracePeriod()
375376
{
376377
var mockSystemClock = _serviceContext.MockSystemClock;

0 commit comments

Comments
 (0)