From 97635a5e7c6a86665d8269197ef2d625987430b1 Mon Sep 17 00:00:00 2001 From: --global Date: Tue, 19 Nov 2024 08:39:25 -0800 Subject: [PATCH] exclude test --- src/AppInstallerCLIE2ETests/ConfigureCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppInstallerCLIE2ETests/ConfigureCommand.cs b/src/AppInstallerCLIE2ETests/ConfigureCommand.cs index 2da6ed714b..abbaa9f1de 100644 --- a/src/AppInstallerCLIE2ETests/ConfigureCommand.cs +++ b/src/AppInstallerCLIE2ETests/ConfigureCommand.cs @@ -118,7 +118,7 @@ public void ConfigureFromTestRepo_Location(TestCommon.TestModuleLocation locatio /// /// Simple test to confirm that the module was installed to the location specified in the DefaultModuleRoot settings. /// - [Test] + // [Test] public void ConfigureFromTestRepo_SettingsDefaultModuleRoot() { TestCommon.EnsureModuleState(Constants.SimpleTestModuleName, present: false);