From c5d62b4a29cf015c4f6b25b3069de41136a62d20 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 20 Jun 2019 15:20:34 -0700 Subject: [PATCH] Quarantine some tests (#11420) --- src/Servers/HttpSys/test/FunctionalTests/ServerTests.cs | 1 + src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Servers/HttpSys/test/FunctionalTests/ServerTests.cs b/src/Servers/HttpSys/test/FunctionalTests/ServerTests.cs index eead5acb99..701931e85a 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/ServerTests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/ServerTests.cs @@ -148,6 +148,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys } [ConditionalFact] + [Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2415", FlakyOn.All)] public void Server_MultipleOutstandingSyncRequests_Success() { int requestLimit = 10; diff --git a/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs b/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs index cd9582a969..28e662be3a 100644 --- a/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs +++ b/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs @@ -102,6 +102,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2 } [ConditionalFact] + [Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2667", FlakyOn.All)] public async Task GracefulTurnsAbortiveIfRequestsDoNotFinish() { var requestStarted = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);