Skip to content

Commit 537ce92

Browse files
Un-quaratine fixed tests (#26335)
1 parent ec93238 commit 537ce92

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

src/Grpc/test/InteropTests/InteropTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,15 @@ public InteropTests(ITestOutputHelper output)
2929
public Task EmptyUnary() => InteropTestCase("empty_unary");
3030

3131
[Fact]
32-
[QuarantinedTest]
3332
public Task LargeUnary() => InteropTestCase("large_unary");
3433

3534
[Fact]
36-
[QuarantinedTest]
3735
public Task ClientStreaming() => InteropTestCase("client_streaming");
3836

3937
[Fact]
4038
public Task ServerStreaming() => InteropTestCase("server_streaming");
4139

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

4643
[Fact]
@@ -56,7 +53,6 @@ public InteropTests(ITestOutputHelper output)
5653
public Task TimeoutOnSleepingServer() => InteropTestCase("timeout_on_sleeping_server");
5754

5855
[Fact]
59-
[QuarantinedTest]
6056
public Task CustomMetadata() => InteropTestCase("custom_metadata");
6157

6258
[Fact]
@@ -72,15 +68,12 @@ public InteropTests(ITestOutputHelper output)
7268
public Task UnimplementedMethod() => InteropTestCase("unimplemented_method");
7369

7470
[Fact]
75-
[QuarantinedTest("Server is getting 'identity' encoding. Will resolve in gRPC project when updated SDK is available.")]
7671
public Task ClientCompressedUnary() => InteropTestCase("client_compressed_unary");
7772

7873
[Fact]
79-
[QuarantinedTest("Server is getting 'identity' encoding. Will resolve in gRPC project when updated SDK is available.")]
8074
public Task ClientCompressedStreaming() => InteropTestCase("client_compressed_streaming");
8175

8276
[Fact]
83-
[QuarantinedTest]
8477
public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary");
8578

8679
[Fact]

src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ public ShutdownTests()
4343

4444
[CollectDump]
4545
[ConditionalFact]
46-
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/9985", Queues = "Fedora.28.Amd64;Fedora.28.Amd64.Open")]
47-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25046")]
4846
public async Task GracefulShutdownWaitsForRequestsToFinish()
4947
{
5048
var requestStarted = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
@@ -100,7 +98,6 @@ public async Task GracefulShutdownWaitsForRequestsToFinish()
10098
}
10199

102100
[ConditionalFact]
103-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21521")] // Test still quarantined due to Sockets.Functional tests.
104101
public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish()
105102
{
106103
var requestStarted = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ await ExpectAsync(Http2FrameType.PING,
147147
}
148148

149149
[Fact]
150-
[QuarantinedTest]
151150
public async Task PING_NoKeepAliveTimeout_DoesNotResetKeepAliveTimeout()
152151
{
153152
var mockSystemClock = _serviceContext.MockSystemClock;

0 commit comments

Comments
 (0)