Skip to content

Commit ee805dc

Browse files
Unquarantine InteropTests.cs (#62817)
Closes #61057 Closes #61051 Closes #60245 Closes #55652 Closes #60903
1 parent 536de2f commit ee805dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ public InteropTests(ITestOutputHelper output)
2323
}
2424

2525
[Fact]
26-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61057")]
2726
public Task EmptyUnary() => InteropTestCase("empty_unary");
2827

2928
[Fact]
30-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61057")]
3129
public Task LargeUnary() => InteropTestCase("large_unary");
3230

3331
[Fact]
@@ -40,7 +38,6 @@ public InteropTests(ITestOutputHelper output)
4038
public Task PingPong() => InteropTestCase("ping_pong");
4139

4240
[Fact]
43-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61051")]
4441
public Task EmptyStream() => InteropTestCase("empty_stream");
4542

4643
[Fact]
@@ -59,14 +56,12 @@ public InteropTests(ITestOutputHelper output)
5956
public Task StatusCodeAndMessage() => InteropTestCase("status_code_and_message");
6057

6158
[Fact]
62-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60245")]
6359
public Task SpecialStatusMessage() => InteropTestCase("special_status_message");
6460

6561
[Fact]
6662
public Task UnimplementedService() => InteropTestCase("unimplemented_service");
6763

6864
[Fact]
69-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")]
7065
public Task UnimplementedMethod() => InteropTestCase("unimplemented_method");
7166

7267
[Fact]
@@ -79,7 +74,6 @@ public InteropTests(ITestOutputHelper output)
7974
public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary");
8075

8176
[Fact]
82-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60903")]
8377
public Task ServerCompressedStreaming() => InteropTestCase("server_compressed_streaming");
8478

8579
private async Task InteropTestCase(string name)

0 commit comments

Comments
 (0)