Skip to content

Commit ca6634f

Browse files
committed
Quarantine flaky tests
These tests had multiple failures in the past week
1 parent 8e5493e commit ca6634f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

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

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[]>

0 commit comments

Comments
 (0)