@@ -23,11 +23,9 @@ public InteropTests(ITestOutputHelper output)
23
23
}
24
24
25
25
[ Fact ]
26
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61057" ) ]
27
26
public Task EmptyUnary ( ) => InteropTestCase ( "empty_unary" ) ;
28
27
29
28
[ Fact ]
30
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61057" ) ]
31
29
public Task LargeUnary ( ) => InteropTestCase ( "large_unary" ) ;
32
30
33
31
[ Fact ]
@@ -40,7 +38,6 @@ public InteropTests(ITestOutputHelper output)
40
38
public Task PingPong ( ) => InteropTestCase ( "ping_pong" ) ;
41
39
42
40
[ Fact ]
43
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61051" ) ]
44
41
public Task EmptyStream ( ) => InteropTestCase ( "empty_stream" ) ;
45
42
46
43
[ Fact ]
@@ -59,14 +56,12 @@ public InteropTests(ITestOutputHelper output)
59
56
public Task StatusCodeAndMessage ( ) => InteropTestCase ( "status_code_and_message" ) ;
60
57
61
58
[ Fact ]
62
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/60245" ) ]
63
59
public Task SpecialStatusMessage ( ) => InteropTestCase ( "special_status_message" ) ;
64
60
65
61
[ Fact ]
66
62
public Task UnimplementedService ( ) => InteropTestCase ( "unimplemented_service" ) ;
67
63
68
64
[ Fact ]
69
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/55652" ) ]
70
65
public Task UnimplementedMethod ( ) => InteropTestCase ( "unimplemented_method" ) ;
71
66
72
67
[ Fact ]
@@ -79,7 +74,6 @@ public InteropTests(ITestOutputHelper output)
79
74
public Task ServerCompressedUnary ( ) => InteropTestCase ( "server_compressed_unary" ) ;
80
75
81
76
[ Fact ]
82
- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/60903" ) ]
83
77
public Task ServerCompressedStreaming ( ) => InteropTestCase ( "server_compressed_streaming" ) ;
84
78
85
79
private async Task InteropTestCase ( string name )
0 commit comments