Re-enable FlushPointTest

Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2300
This commit is contained in:
Pranav K 2019-05-16 09:59:31 -07:00
parent b670246e3d
commit c43d713fd4
1 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ RenderBody content
}
[Fact]
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
public async Task FlushFollowedByLargeContent()
{
// Arrange
@ -53,7 +52,6 @@ RenderBody content
}
[Fact]
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
public async Task FlushInvokedInComponent()
{
var expected = new string('a', 1024 * 1024);