Disable tests until product issues are resolved (#898)
This commit is contained in:
parent
5ebf74fa32
commit
a2a1f00916
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
||||||
{
|
{
|
||||||
public class LoggingTests : IISFunctionalTestBase
|
public class LoggingTests : IISFunctionalTestBase
|
||||||
{
|
{
|
||||||
[Theory]
|
[Theory(Skip = "See: https://github.com/aspnet/IISIntegration/issues/897")]
|
||||||
[InlineData("CheckErrLogFile")]
|
[InlineData("CheckErrLogFile")]
|
||||||
[InlineData("CheckLogFile")]
|
[InlineData("CheckLogFile")]
|
||||||
public async Task CheckStdoutLogging(string path)
|
public async Task CheckStdoutLogging(string path)
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
|
||||||
_fixture = fixture;
|
_fixture = fixture;
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact(Skip = "See: https://github.com/aspnet/IISIntegration/issues/766")]
|
||||||
public async Task ReadAndWriteSynchronously()
|
public async Task ReadAndWriteSynchronously()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < 100; i++)
|
for (int i = 0; i < 100; i++)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue