Skip to content

Commit c43d713

Browse files
committed
1 parent b670246 commit c43d713

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Mvc/test/Mvc.FunctionalTests/FlushPointTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RenderBody content
3838
}
3939

4040
[Fact]
41-
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
4241
public async Task FlushFollowedByLargeContent()
4342
{
4443
// Arrange
@@ -53,7 +52,6 @@ public async Task FlushFollowedByLargeContent()
5352
}
5453

5554
[Fact]
56-
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
5755
public async Task FlushInvokedInComponent()
5856
{
5957
var expected = new string('a', 1024 * 1024);

0 commit comments

Comments
 (0)