Quarantine 2 flaky tests (#20032)
This commit is contained in:
parent
b4220d5c23
commit
28dfd0b7c2
|
|
@ -219,6 +219,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[Repeat(20)]
|
[Repeat(20)]
|
||||||
|
[QuarantinedTest]
|
||||||
public async Task DoesNotThrowObjectDisposedExceptionFromWriteAsyncAfterConnectionIsAborted()
|
public async Task DoesNotThrowObjectDisposedExceptionFromWriteAsyncAfterConnectionIsAborted()
|
||||||
{
|
{
|
||||||
var tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
|
var tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||||
|
|
|
||||||
|
|
@ -1251,6 +1251,7 @@ namespace Interop.FunctionalTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
|
[QuarantinedTest]
|
||||||
[MemberData(nameof(SupportedSchemes))]
|
[MemberData(nameof(SupportedSchemes))]
|
||||||
public async Task Settings_MaxConcurrentStreamsPost_Server(string scheme)
|
public async Task Settings_MaxConcurrentStreamsPost_Server(string scheme)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue