We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcb73a commit b1b97f2Copy full SHA for b1b97f2
src/Grpc/Interop/test/InteropTests/InteropTests.cs
@@ -62,6 +62,7 @@ public InteropTests(ITestOutputHelper output)
62
public Task UnimplementedService() => InteropTestCase("unimplemented_service");
63
64
[Fact]
65
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")]
66
public Task UnimplementedMethod() => InteropTestCase("unimplemented_method");
67
68
0 commit comments