Skip to content

Commit b1b97f2

Browse files
authored
Quarantine InteropTests.InteropTests.UnimplementedMethod (#60358)
1 parent cfcb73a commit b1b97f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Grpc/Interop/test/InteropTests/InteropTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public InteropTests(ITestOutputHelper output)
6262
public Task UnimplementedService() => InteropTestCase("unimplemented_service");
6363

6464
[Fact]
65+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")]
6566
public Task UnimplementedMethod() => InteropTestCase("unimplemented_method");
6667

6768
[Fact]

0 commit comments

Comments
 (0)