From d5a2495631f1a7fe67b8176fe22f1f9ccf4becc0 Mon Sep 17 00:00:00 2001 From: Ryan Fu Date: Tue, 26 Nov 2024 10:37:11 -0800 Subject: [PATCH] add back comment --- src/AppInstallerCLIE2ETests/ConfigureCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AppInstallerCLIE2ETests/ConfigureCommand.cs b/src/AppInstallerCLIE2ETests/ConfigureCommand.cs index 8e2a58b39f..ae8a2b0a90 100644 --- a/src/AppInstallerCLIE2ETests/ConfigureCommand.cs +++ b/src/AppInstallerCLIE2ETests/ConfigureCommand.cs @@ -93,6 +93,7 @@ public void ConfigureFromTestRepo_DefaultModuleRootSetting() bool moduleExists = Directory.Exists(Path.Combine(moduleTestDir, Constants.SimpleTestModuleName)); if (moduleExists) { + // Clean test directory to avoid impacting other tests. Directory.Delete(moduleTestDir, true); }