Quarantine some tests (#11420)
This commit is contained in:
parent
21fdbcd562
commit
c5d62b4a29
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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<object>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||
|
|
|
|||
Loading…
Reference in New Issue