File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed
Grpc/Interop/test/InteropTests Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public InteropTests(ITestOutputHelper output)
2525 public Task EmptyUnary ( ) => InteropTestCase ( "empty_unary" ) ;
2626
2727 [ Fact ]
28+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61057" ) ]
2829 public Task LargeUnary ( ) => InteropTestCase ( "large_unary" ) ;
2930
3031 [ Fact ]
@@ -37,6 +38,7 @@ public InteropTests(ITestOutputHelper output)
3738 public Task PingPong ( ) => InteropTestCase ( "ping_pong" ) ;
3839
3940 [ Fact ]
41+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61051" ) ]
4042 public Task EmptyStream ( ) => InteropTestCase ( "empty_stream" ) ;
4143
4244 [ 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 [ ] >
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ public Latin1Tests(PublishedSitesFixture fixture) : base(fixture)
3636
3737 [ ConditionalFact ]
3838 [ RequiresNewHandler ]
39+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61055" ) ]
3940 public async Task Latin1Works ( )
4041 {
4142 var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
Original file line number Diff line number Diff line change @@ -399,6 +399,7 @@ public async Task Reset_BeforeRequestBody_Resets()
399399 [ ConditionalFact ]
400400 [ RequiresNewHandler ]
401401 [ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersionForTrailers ) ]
402+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61056" ) ]
402403 public async Task Reset_DuringRequestBody_Resets ( )
403404 {
404405 await new HostBuilder ( )
You can’t perform that action at this time.
0 commit comments