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)
75
75
public Task ServerCompressedUnary ( ) => InteropTestCase ( "server_compressed_unary" ) ;
76
76
77
77
[ Fact ]
78
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/60903" ) ]
78
79
public Task ServerCompressedStreaming ( ) => InteropTestCase ( "server_compressed_streaming" ) ;
79
80
80
81
private async Task InteropTestCase ( string name )
Original file line number Diff line number Diff line change 4
4
using System . Buffers ;
5
5
using System . Diagnostics ;
6
6
using System . IO . Pipelines ;
7
+ using Microsoft . AspNetCore . InternalTesting ;
7
8
8
9
namespace Microsoft . AspNetCore . OutputCaching . Tests ;
9
10
@@ -64,6 +65,7 @@ public async Task Copy_SingleSegment()
64
65
}
65
66
66
67
[ Fact ]
68
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/60904" ) ]
67
69
public async Task Copy_MultipleSegments ( )
68
70
{
69
71
var segments = new List < byte [ ] >
You can’t perform that action at this time.
0 commit comments