From d09c6e857671a8ef789fa22e512d198be2b73bc6 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Mon, 4 Mar 2019 16:58:28 -0800 Subject: [PATCH] Disable ConfigurationChange Test (#8113) --- .../IIS/test/Common.FunctionalTests/ConfigurationChangeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servers/IIS/IIS/test/Common.FunctionalTests/ConfigurationChangeTests.cs b/src/Servers/IIS/IIS/test/Common.FunctionalTests/ConfigurationChangeTests.cs index 3076e07cb9..5deaa4192e 100644 --- a/src/Servers/IIS/IIS/test/Common.FunctionalTests/ConfigurationChangeTests.cs +++ b/src/Servers/IIS/IIS/test/Common.FunctionalTests/ConfigurationChangeTests.cs @@ -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)