skip another flaky kestrel test in helix (#8216)

related #8215
This commit is contained in:
Andrew Stanton-Nurse 2019-03-05 15:09:56 -08:00 committed by GitHub
parent a1f544b62f
commit 303a354993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -794,6 +794,9 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
}
[Theory]
#if LIBUV
[SkipOnHelix]
#endif
[MemberData(nameof(ConnectionAdapterData))]
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
{