diff --git a/src/chocolatey.tests/infrastructure.app/commands/ChocolateyListCommandSpecs.cs b/src/chocolatey.tests/infrastructure.app/commands/ChocolateyListCommandSpecs.cs index 5603cb241b..c4b2499c7b 100644 --- a/src/chocolatey.tests/infrastructure.app/commands/ChocolateyListCommandSpecs.cs +++ b/src/chocolatey.tests/infrastructure.app/commands/ChocolateyListCommandSpecs.cs @@ -199,14 +199,6 @@ public void should_leave_source_as_set() because(); configuration.Sources.ShouldEqual(source); } - - [Fact] - public void should_set_source_to_local_location_when_localonly_is_true() - { - configuration.ListCommand.LocalOnly = true; - because(); - configuration.Sources.ShouldEqual(ApplicationParameters.PackagesLocation); - } } public class when_noop_is_called : ChocolateyListCommandSpecsBase