Disable tests until product issues are resolved (#898)

This commit is contained in:
Justin Kotalik 2018-06-07 11:26:36 -07:00 committed by GitHub
parent 5ebf74fa32
commit a2a1f00916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
{
public class LoggingTests : IISFunctionalTestBase
{
[Theory]
[Theory(Skip = "See: https://github.com/aspnet/IISIntegration/issues/897")]
[InlineData("CheckErrLogFile")]
[InlineData("CheckLogFile")]
public async Task CheckStdoutLogging(string path)

View File

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