File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Grpc/Interop/test/InteropTests
Middleware/OutputCaching/test Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ public InteropTests(ITestOutputHelper output)
7575 public Task ServerCompressedUnary ( ) => InteropTestCase ( "server_compressed_unary" ) ;
7676
7777 [ Fact ]
78+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/60903" ) ]
7879 public Task ServerCompressedStreaming ( ) => InteropTestCase ( "server_compressed_streaming" ) ;
7980
8081 private async Task InteropTestCase ( string name )
Original file line number Diff line number Diff line change 44using System . Buffers ;
55using System . Diagnostics ;
66using System . IO . Pipelines ;
7+ using Microsoft . AspNetCore . InternalTesting ;
78
89namespace Microsoft . AspNetCore . OutputCaching . Tests ;
910
@@ -64,6 +65,7 @@ public async Task Copy_SingleSegment()
6465 }
6566
6667 [ Fact ]
68+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/60904" ) ]
6769 public async Task Copy_MultipleSegments ( )
6870 {
6971 var segments = new List < byte [ ] >
You can’t perform that action at this time.
0 commit comments