Disable SynchronousReadAndWriteTest (#630)

This commit is contained in:
Justin Kotalik 2018-03-06 16:58:34 -08:00 committed by GitHub
parent c833e7b994
commit 53360e0165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
_fixture = fixture;
}
[ConditionalFact]
[ConditionalFact (Skip = "See https://github.com/aspnet/IISIntegration/issues/629")]
public async Task ReadAndWriteSynchronously()
{
for (int i = 0; i < 100; i++)