Reenable ReadAndWriteEchoTwice test (#739)

This commit is contained in:
Pavel Krymets 2018-03-29 12:14:23 -07:00 committed by GitHub
parent c06de96bd3
commit 199c70b72e
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(Skip = "See https://github.com/aspnet/IISIntegration/issues/687")] [ConditionalFact]
public async Task ReadAndWriteEchoTwice() public async Task ReadAndWriteEchoTwice()
{ {
var requestBody = new string('a', 10000); var requestBody = new string('a', 10000);