Skip to content

Commit 15cc4f4

Browse files
authored
Quarantine flaky tests (#61054)
These tests had multiple failures in the past week
1 parent 80435a6 commit 15cc4f4

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

src/Components/test/E2ETest/Tests/RoutingTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_PushS
970970
}
971971

972972
[Fact]
973+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61080")]
973974
public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation()
974975
{
975976
SetUrlViaPushState("/");

src/Grpc/Interop/test/InteropTests/InteropTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

src/Middleware/HttpLogging/test/W3CLoggerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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() + "_";

src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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[]>

src/Servers/IIS/IIS/test/Common.FunctionalTests/Latin1Tests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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();

src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)