@@ -25,7 +25,7 @@ public InteropTests(ITestOutputHelper output)
2525 _output = output ;
2626 }
2727
28- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
28+ [ Fact ]
2929 public Task EmptyUnary ( ) => InteropTestCase ( "empty_unary" ) ;
3030
3131 [ Fact ]
@@ -36,20 +36,20 @@ public InteropTests(ITestOutputHelper output)
3636 [ QuarantinedTest ]
3737 public Task ClientStreaming ( ) => InteropTestCase ( "client_streaming" ) ;
3838
39- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
39+ [ Fact ]
4040 public Task ServerStreaming ( ) => InteropTestCase ( "server_streaming" ) ;
4141
4242 [ Fact ]
4343 [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/22101" ) ]
4444 public Task PingPong ( ) => InteropTestCase ( "ping_pong" ) ;
4545
46- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
46+ [ Fact ]
4747 public Task EmptyStream ( ) => InteropTestCase ( "empty_stream" ) ;
4848
4949 [ Fact ]
5050 public Task CancelAfterBegin ( ) => InteropTestCase ( "cancel_after_begin" ) ;
5151
52- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
52+ [ Fact ]
5353 public Task CancelAfterFirstResponse ( ) => InteropTestCase ( "cancel_after_first_response" ) ;
5454
5555 [ Fact ]
@@ -59,30 +59,31 @@ public InteropTests(ITestOutputHelper output)
5959 [ QuarantinedTest ]
6060 public Task CustomMetadata ( ) => InteropTestCase ( "custom_metadata" ) ;
6161
62- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
62+ [ Fact ]
6363 public Task StatusCodeAndMessage ( ) => InteropTestCase ( "status_code_and_message" ) ;
6464
65- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
65+ [ Fact ]
6666 public Task SpecialStatusMessage ( ) => InteropTestCase ( "special_status_message" ) ;
6767
68- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
68+ [ Fact ]
6969 public Task UnimplementedService ( ) => InteropTestCase ( "unimplemented_service" ) ;
7070
71- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
71+ [ Fact ]
7272 public Task UnimplementedMethod ( ) => InteropTestCase ( "unimplemented_method" ) ;
7373
7474 [ Fact ]
75- [ QuarantinedTest ]
75+ [ QuarantinedTest ( "Server is getting 'identity' encoding. Will resolve in gRPC project when updated SDK is available." ) ]
7676 public Task ClientCompressedUnary ( ) => InteropTestCase ( "client_compressed_unary" ) ;
7777
78- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
78+ [ Fact ]
79+ [ QuarantinedTest ( "Server is getting 'identity' encoding. Will resolve in gRPC project when updated SDK is available." ) ]
7980 public Task ClientCompressedStreaming ( ) => InteropTestCase ( "client_compressed_streaming" ) ;
8081
8182 [ Fact ]
8283 [ QuarantinedTest ]
8384 public Task ServerCompressedUnary ( ) => InteropTestCase ( "server_compressed_unary" ) ;
8485
85- [ Fact ( Skip = "https://github.com/dotnet/aspnetcore/issues/24902" ) ]
86+ [ Fact ]
8687 public Task ServerCompressedStreaming ( ) => InteropTestCase ( "server_compressed_streaming" ) ;
8788
8889 private async Task InteropTestCase ( string name )
0 commit comments