Re-enable FlushPointTest
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2300
This commit is contained in:
parent
b670246e3d
commit
c43d713fd4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue