Skip to content

Commit e9b9fc0

Browse files
Quarantine GetWithRouteParameter_WriteMultiple_CancellationBefore_CallCanceled (#41630)
1 parent 0fce1c5 commit e9b9fc0

File tree

3 files changed

+3
-158
lines changed

3 files changed

+3
-158
lines changed

src/Grpc/JsonTranscoding/test/Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests/Infrastructure/TaskExtensions.cs

Lines changed: 0 additions & 158 deletions
This file was deleted.

src/Grpc/JsonTranscoding/test/Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests/ServerStreamingTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using IntegrationTestsWebsite;
88
using Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests.Infrastructure;
99
using Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.Infrastructure;
10+
using Microsoft.AspNetCore.Testing;
1011
using Xunit.Abstractions;
1112

1213
namespace Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests;
@@ -79,6 +80,7 @@ async Task ServerStreamingMethod(HelloRequest request, IServerStreamWriter<Hello
7980
}
8081

8182
[Fact]
83+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41629")]
8284
public async Task GetWithRouteParameter_WriteMultiple_CancellationBefore_CallCanceled()
8385
{
8486
// Arrange

src/Grpc/JsonTranscoding/test/Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests/UnaryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests.Infrastructure;
1111
using Microsoft.AspNetCore.Grpc.JsonTranscoding.Internal;
1212
using Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.Infrastructure;
13+
using Microsoft.AspNetCore.Testing;
1314
using Xunit.Abstractions;
1415

1516
namespace Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests;

0 commit comments

Comments
 (0)