diff --git a/tests/chocolatey-tests/choco-info.Tests.ps1 b/tests/chocolatey-tests/choco-info.Tests.ps1 index 81038b7432..1356d18aa9 100644 --- a/tests/chocolatey-tests/choco-info.Tests.ps1 +++ b/tests/chocolatey-tests/choco-info.Tests.ps1 @@ -145,6 +145,7 @@ Describe "choco info" -Tag Chocolatey, InfoCommand { Context "Listing package information about local side by side installed package" { BeforeAll { + Restore-ChocolateyInstallSnapshot $null = Invoke-Choco install 'isdependency' --confirm --sxs $Output = Invoke-Choco info 'isdependency' --local-only