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]
|
[Fact]
|
||||||
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
|
|
||||||
public async Task FlushFollowedByLargeContent()
|
public async Task FlushFollowedByLargeContent()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
@ -53,7 +52,6 @@ RenderBody content
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
|
|
||||||
public async Task FlushInvokedInComponent()
|
public async Task FlushInvokedInComponent()
|
||||||
{
|
{
|
||||||
var expected = new string('a', 1024 * 1024);
|
var expected = new string('a', 1024 * 1024);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue