Disable flaky test SynchronousReadAndWriteTests.ReadAndWriteEchoTwice (#688)

This commit is contained in:
Justin Kotalik 2018-03-16 15:41:01 -07:00 committed by GitHub
parent 74083f60c9
commit 4b4bc2d49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
Assert.Equal(body, responseText); Assert.Equal(body, responseText);
} }
[ConditionalFact] [ConditionalFact(Skip = "See https://github.com/aspnet/IISIntegration/issues/687")]
public async Task ReadAndWriteEchoTwice() public async Task ReadAndWriteEchoTwice()
{ {
var requestBody = new string('a', 10000); var requestBody = new string('a', 10000);