Update HttpsTests.cs (#23406)

This commit is contained in:
Justin Kotalik 2020-06-28 22:46:25 -07:00 committed by GitHub
parent fa9b3dcedd
commit b724aa62bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
}
[Fact]
[Repeat(20)]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23405")]
public async Task DoesNotThrowObjectDisposedExceptionFromWriteAsyncAfterConnectionIsAborted()
{
var tcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);