diff --git a/src/AppInstallerCLIE2ETests/ConfigureExportCommand.cs b/src/AppInstallerCLIE2ETests/ConfigureExportCommand.cs index 295813ae5e..ef7f2c64d3 100644 --- a/src/AppInstallerCLIE2ETests/ConfigureExportCommand.cs +++ b/src/AppInstallerCLIE2ETests/ConfigureExportCommand.cs @@ -37,9 +37,9 @@ public void BaseSetup() [OneTimeTearDown] public void BaseTeardown() { + TestCommon.RunAICLICommand("uninstall", "AppInstallerTest.TestPackageExport"); TestCommon.TearDownTestSource(); WinGetSettingsHelper.ConfigureFeature("configureExport", false); - TestCommon.RunAICLICommand("uninstall", "AppInstallerTest.TestPackageExport"); } ///