Skip to content

Commit 728307f

Browse files
committed
Quarantine regressed async Json test #45557
1 parent befd020 commit 728307f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mvc/Mvc.Core/test/Infrastructure/JsonResultExecutorTestBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Http;
88
using Microsoft.AspNetCore.Mvc.Abstractions;
99
using Microsoft.AspNetCore.Routing;
10+
using Microsoft.AspNetCore.Testing;
1011
using Microsoft.Extensions.DependencyInjection;
1112
using Microsoft.Extensions.Logging;
1213
using Microsoft.Extensions.Logging.Abstractions;
@@ -360,6 +361,7 @@ public async Task ExecuteAsync_SerializesAsyncEnumerablesOfPrimtives()
360361
}
361362

362363
[Fact]
364+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/45557")]
363365
public async Task ExecuteAsync_AsyncEnumerableConnectionCloses()
364366
{
365367
var context = GetActionContext();
@@ -391,6 +393,7 @@ async IAsyncEnumerable<int> AsyncEnumerableClosedConnection([EnumeratorCancellat
391393
}
392394

393395
[Fact]
396+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/45557")]
394397
public async Task ExecuteAsyncWithDifferentContentType_AsyncEnumerableConnectionCloses()
395398
{
396399
var context = GetActionContext();

0 commit comments

Comments
 (0)