File tree 1 file changed +3
-0
lines changed
src/Mvc/Mvc.Core/test/Infrastructure 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
using Microsoft . AspNetCore . Http ;
8
8
using Microsoft . AspNetCore . Mvc . Abstractions ;
9
9
using Microsoft . AspNetCore . Routing ;
10
+ using Microsoft . AspNetCore . Testing ;
10
11
using Microsoft . Extensions . DependencyInjection ;
11
12
using Microsoft . Extensions . Logging ;
12
13
using Microsoft . Extensions . Logging . Abstractions ;
@@ -360,6 +361,7 @@ public async Task ExecuteAsync_SerializesAsyncEnumerablesOfPrimtives()
360
361
}
361
362
362
363
[ Fact ]
364
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/45557" ) ]
363
365
public async Task ExecuteAsync_AsyncEnumerableConnectionCloses ( )
364
366
{
365
367
var context = GetActionContext ( ) ;
@@ -391,6 +393,7 @@ async IAsyncEnumerable<int> AsyncEnumerableClosedConnection([EnumeratorCancellat
391
393
}
392
394
393
395
[ Fact ]
396
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/45557" ) ]
394
397
public async Task ExecuteAsyncWithDifferentContentType_AsyncEnumerableConnectionCloses ( )
395
398
{
396
399
var context = GetActionContext ( ) ;
You can’t perform that action at this time.
0 commit comments