File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Mvc/test/Mvc.FunctionalTests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
using System . Net . Http ;
5
5
using System . Threading . Tasks ;
6
+ using Microsoft . AspNetCore . Testing ;
7
+ using Microsoft . AspNetCore . Testing . xunit ;
6
8
using Xunit ;
7
9
8
10
namespace Microsoft . AspNetCore . Mvc . FunctionalTests
@@ -36,6 +38,7 @@ RenderBody content
36
38
}
37
39
38
40
[ Fact ]
41
+ [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2300" , FlakyOn . All ) ]
39
42
public async Task FlushFollowedByLargeContent ( )
40
43
{
41
44
// Arrange
@@ -50,6 +53,7 @@ public async Task FlushFollowedByLargeContent()
50
53
}
51
54
52
55
[ Fact ]
56
+ [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2300" , FlakyOn . All ) ]
53
57
public async Task FlushInvokedInComponent ( )
54
58
{
55
59
var expected = new string ( 'a' , 1024 * 1024 ) ;
You can’t perform that action at this time.
0 commit comments