Skip to content

Commit d09c6e8

Browse files
authored
Disable ConfigurationChange Test (#8113)
1 parent 19b52bd commit d09c6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/ConfigurationChangeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public async Task OutOfProcessToInProcessHostingModelSwitchWorks()
8383
EventLogHelpers.VerifyEventLogEvent(deploymentResult, EventLogHelpers.CouldNotFindHandler(), Logger);
8484
}
8585

86-
[ConditionalTheory]
86+
[ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1794")]
8787
[InlineData(HostingModel.InProcess)]
8888
[InlineData(HostingModel.OutOfProcess)]
8989
public async Task ConfigurationTouchedStress(HostingModel hostingModel)

0 commit comments

Comments
 (0)