File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Grpc/Interop/test/InteropTests Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public InteropTests(ITestOutputHelper output)
3737 public Task PingPong ( ) => InteropTestCase ( "ping_pong" ) ;
3838
3939 [ Fact ]
40+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61051" ) ]
4041 public Task EmptyStream ( ) => InteropTestCase ( "empty_stream" ) ;
4142
4243 [ Fact ]
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public async Task WritesDateTime()
5454 }
5555
5656 [ Fact ]
57+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61052" ) ]
5758 public async Task HandlesNullValuesAsync ( )
5859 {
5960 var path = Path . GetTempFileName ( ) + "_" ;
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public async Task Copy_DoNothingWhenNoSegments()
4242 }
4343
4444 [ Fact ]
45+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61053" ) ]
4546 public async Task Copy_SingleSegment ( )
4647 {
4748 var segments = new List < byte [ ] >
You can’t perform that action at this time.
0 commit comments