File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
InMemory.FunctionalTests/Http2 Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments