Skip to content

Commit

Permalink
(#2450) Enable configTransform tests on non-Windows
Browse files Browse the repository at this point in the history
Re-enables the integration tests that validate the config transform
service on non-Windows platforms. These can be enabled now that the
config transform service runs on non-Windows platforms.
  • Loading branch information
TheCakeIsNaOH committed Jan 6, 2022
1 parent 728102c commit e874173
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3298,8 +3298,6 @@ public void should_have_a_version_of_one_dot_zero_dot_zero()
}

[Concern(typeof(ChocolateyInstallCommand))]
[WindowsOnly]
[Platform(Exclude = "Mono")]
public class when_installing_a_package_with_config_transforms : ScenariosBase
{
private PackageResult packageResult;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2818,8 +2818,6 @@ public void should_not_have_warning_package_result()
}

[Concern(typeof(ChocolateyUpgradeCommand))]
[WindowsOnly]
[Platform(Exclude = "Mono")]
public class when_upgrading_a_package_with_config_transforms : ScenariosBase
{
private PackageResult _packageResult;
Expand Down Expand Up @@ -2916,8 +2914,6 @@ public void should_add_the_insertNew_value_in_the_config_due_to_XDT_InsertIfMiss
}

[Concern(typeof(ChocolateyUpgradeCommand))]
[WindowsOnly]
[Platform(Exclude = "Mono")]
public class when_upgrading_a_package_with_config_transforms_when_config_was_edited : ScenariosBase
{
private PackageResult _packageResult;
Expand Down

0 comments on commit e874173

Please sign in to comment.