Skip to content

Commit

Permalink
Fix: To address MSI repair test failures, AppInstallerTest.TestMsiIns…
Browse files Browse the repository at this point in the history
…taller will be uninstalled as part of test setup to avoid interference.
  • Loading branch information
Madhusudhan-MSFT committed Jun 4, 2024
1 parent 470856c commit 78e7613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AppInstallerCLIE2ETests/RepairCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public class RepairCommand : BaseCommand
[OneTimeSetUp]
public void OneTimeSetup()
{
// Try clean up AppInstallerTest.TestMsiInstaller for failure cases where cleanup is not successful
TestCommon.RunAICLICommand("uninstall", "AppInstallerTest.TestMsiInstaller");
}

/// <summary>
Expand Down

0 comments on commit 78e7613

Please sign in to comment.