File tree 6 files changed +7
-0
lines changed
Components/test/E2ETest/Tests
Grpc/Interop/test/InteropTests
6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -970,6 +970,7 @@ public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_PushS
970
970
}
971
971
972
972
[ Fact ]
973
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61080" ) ]
973
974
public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation ( )
974
975
{
975
976
SetUrlViaPushState ( "/" ) ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public InteropTests(ITestOutputHelper output)
25
25
public Task EmptyUnary ( ) => InteropTestCase ( "empty_unary" ) ;
26
26
27
27
[ Fact ]
28
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61057" ) ]
28
29
public Task LargeUnary ( ) => InteropTestCase ( "large_unary" ) ;
29
30
30
31
[ Fact ]
@@ -37,6 +38,7 @@ public InteropTests(ITestOutputHelper output)
37
38
public Task PingPong ( ) => InteropTestCase ( "ping_pong" ) ;
38
39
39
40
[ Fact ]
41
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61051" ) ]
40
42
public Task EmptyStream ( ) => InteropTestCase ( "empty_stream" ) ;
41
43
42
44
[ Fact ]
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public async Task WritesDateTime()
54
54
}
55
55
56
56
[ Fact ]
57
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61052" ) ]
57
58
public async Task HandlesNullValuesAsync ( )
58
59
{
59
60
var path = Path . GetTempFileName ( ) + "_" ;
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public async Task Copy_DoNothingWhenNoSegments()
42
42
}
43
43
44
44
[ Fact ]
45
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61053" ) ]
45
46
public async Task Copy_SingleSegment ( )
46
47
{
47
48
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)
36
36
37
37
[ ConditionalFact ]
38
38
[ RequiresNewHandler ]
39
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61055" ) ]
39
40
public async Task Latin1Works ( )
40
41
{
41
42
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( ) ;
Original file line number Diff line number Diff line change @@ -399,6 +399,7 @@ public async Task Reset_BeforeRequestBody_Resets()
399
399
[ ConditionalFact ]
400
400
[ RequiresNewHandler ]
401
401
[ MinimumOSVersion ( OperatingSystems . Windows , WindowsVersionForTrailers ) ]
402
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61056" ) ]
402
403
public async Task Reset_DuringRequestBody_Resets ( )
403
404
{
404
405
await new HostBuilder ( )
You can’t perform that action at this time.
0 commit comments