Skip to content

Commit 7448964

Browse files
jkotalikBrennanConroy
authored andcommitted
Mark mvc test as flaky (#9489)
1 parent a8b67a2 commit 7448964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
using System.Net.Http;
55
using System.Threading.Tasks;
6+
using Microsoft.AspNetCore.Testing;
7+
using Microsoft.AspNetCore.Testing.xunit;
68
using Xunit;
79

810
namespace Microsoft.AspNetCore.Mvc.FunctionalTests
@@ -36,6 +38,7 @@ RenderBody content
3638
}
3739

3840
[Fact]
41+
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2300", FlakyOn.All)]
3942
public async Task FlushFollowedByLargeContent()
4043
{
4144
// Arrange
@@ -50,6 +53,7 @@ public async Task FlushFollowedByLargeContent()
5053
}
5154

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

0 commit comments

Comments
 (0)