Reenable ReadAndWriteEchoTwice test (#739)
This commit is contained in:
parent
c06de96bd3
commit
199c70b72e
|
|
@ -58,7 +58,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
|||
Assert.Equal(body, responseText);
|
||||
}
|
||||
|
||||
[ConditionalFact(Skip = "See https://github.com/aspnet/IISIntegration/issues/687")]
|
||||
[ConditionalFact]
|
||||
public async Task ReadAndWriteEchoTwice()
|
||||
{
|
||||
var requestBody = new string('a', 10000);
|
||||
|
|
|
|||
Loading…
Reference in New Issue