Skip to content

Commit 4dfebe5

Browse files
committed
Mark ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseChunks as flaky
1 parent 7f015aa commit 4dfebe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Servers/Kestrel/test/FunctionalTests/ResponseTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,8 @@ await connection.Send(
733733
}
734734
}
735735

736-
[Fact]
736+
[ConditionalFact]
737+
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2181", FlakyOn.All)]
737738
public async Task ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseChunks()
738739
{
739740
var chunkSize = 64 * 128 * 1024;

0 commit comments

Comments
 (0)