diff --git a/src/Components/test/E2ETest/Tests/RoutingTest.cs b/src/Components/test/E2ETest/Tests/RoutingTest.cs index 725d763d1379..3457ca4cd4d1 100644 --- a/src/Components/test/E2ETest/Tests/RoutingTest.cs +++ b/src/Components/test/E2ETest/Tests/RoutingTest.cs @@ -970,6 +970,7 @@ public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_PushS } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61080")] public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation() { SetUrlViaPushState("/"); diff --git a/src/Grpc/Interop/test/InteropTests/InteropTests.cs b/src/Grpc/Interop/test/InteropTests/InteropTests.cs index 4060aeb5a06b..da2adfef1cec 100644 --- a/src/Grpc/Interop/test/InteropTests/InteropTests.cs +++ b/src/Grpc/Interop/test/InteropTests/InteropTests.cs @@ -25,6 +25,7 @@ public InteropTests(ITestOutputHelper output) public Task EmptyUnary() => InteropTestCase("empty_unary"); [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61057")] public Task LargeUnary() => InteropTestCase("large_unary"); [Fact] @@ -37,6 +38,7 @@ public InteropTests(ITestOutputHelper output) public Task PingPong() => InteropTestCase("ping_pong"); [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61051")] public Task EmptyStream() => InteropTestCase("empty_stream"); [Fact] diff --git a/src/Middleware/HttpLogging/test/W3CLoggerTests.cs b/src/Middleware/HttpLogging/test/W3CLoggerTests.cs index f807ddb49492..0502c3c966c8 100644 --- a/src/Middleware/HttpLogging/test/W3CLoggerTests.cs +++ b/src/Middleware/HttpLogging/test/W3CLoggerTests.cs @@ -54,6 +54,7 @@ public async Task WritesDateTime() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61052")] public async Task HandlesNullValuesAsync() { var path = Path.GetTempFileName() + "_"; diff --git a/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs b/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs index b3f13c752195..8d8c251f5708 100644 --- a/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs +++ b/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs @@ -42,6 +42,7 @@ public async Task Copy_DoNothingWhenNoSegments() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61053")] public async Task Copy_SingleSegment() { var segments = new List diff --git a/src/Servers/IIS/IIS/test/Common.FunctionalTests/Latin1Tests.cs b/src/Servers/IIS/IIS/test/Common.FunctionalTests/Latin1Tests.cs index fad27341851e..8030c2a1a5aa 100644 --- a/src/Servers/IIS/IIS/test/Common.FunctionalTests/Latin1Tests.cs +++ b/src/Servers/IIS/IIS/test/Common.FunctionalTests/Latin1Tests.cs @@ -36,6 +36,7 @@ public Latin1Tests(PublishedSitesFixture fixture) : base(fixture) [ConditionalFact] [RequiresNewHandler] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61055")] public async Task Latin1Works() { var deploymentParameters = Fixture.GetBaseDeploymentParameters(); diff --git a/src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs b/src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs index 5b6502b7489c..43db436ada96 100644 --- a/src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs +++ b/src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs @@ -399,6 +399,7 @@ public async Task Reset_BeforeRequestBody_Resets() [ConditionalFact] [RequiresNewHandler] [MinimumOSVersion(OperatingSystems.Windows, WindowsVersionForTrailers)] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61056")] public async Task Reset_DuringRequestBody_Resets() { await new HostBuilder()