Disable ConfigurationChange Test (#8113)

This commit is contained in:
Justin Kotalik 2019-03-04 16:58:28 -08:00 committed by GitHub
parent 19b52bdc8b
commit d09c6e8576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
EventLogHelpers.VerifyEventLogEvent(deploymentResult, EventLogHelpers.CouldNotFindHandler(), Logger);
}
[ConditionalTheory]
[ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1794")]
[InlineData(HostingModel.InProcess)]
[InlineData(HostingModel.OutOfProcess)]
public async Task ConfigurationTouchedStress(HostingModel hostingModel)