Disable flaky test SynchronousReadAndWriteTests.ReadAndWriteEchoTwice (#688)
This commit is contained in:
parent
74083f60c9
commit
4b4bc2d49c
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue