Skip to content

Commit 5193f8f

Browse files
Quarantine a couple kestrel flaky tests (#25047)
1 parent 85bde1d commit 5193f8f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public ShutdownTests()
4444
[CollectDump]
4545
[ConditionalFact]
4646
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/9985", Queues = "Fedora.28.Amd64;Fedora.28.Amd64.Open")]
47+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25046")]
4748
public async Task GracefulShutdownWaitsForRequestsToFinish()
4849
{
4950
var requestStarted = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);

src/Servers/Kestrel/test/FunctionalTests/MaxRequestBufferSizeTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public async Task LargeUpload(long? maxRequestBufferSize, bool connectionAdapter
204204
}
205205

206206
[Fact]
207+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24557")]
207208
public async Task ServerShutsDownGracefullyWhenMaxRequestBufferSizeExceeded()
208209
{
209210
// Parameters

0 commit comments

Comments
 (0)