Skip to content

Commit

Permalink
try removing OverrideOpenDependencySource
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh committed Oct 19, 2023
1 parent 374bea6 commit a70a3ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AppInstallerCLITests/InstallDependenciesFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ TEST_CASE("InstallerWithDependencies_SkipDependencies", "[dependencies]")
TestContext context{ installOutput, std::cin };
auto previousThreadGlobals = context.SetForCurrentThread();
OverrideForShellExecute(context);
OverrideOpenDependencySource(context);

context.Args.AddArg(Execution::Args::Type::Manifest, TestDataFile("Installer_Exe_Dependencies.yaml").GetPath().u8string());
context.Args.AddArg(Execution::Args::Type::SkipDependencies);
Expand Down

0 comments on commit a70a3ee

Please sign in to comment.