Skip to content

Commit

Permalink
Skip side by side integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeIsNaOH committed Nov 23, 2022
1 parent 9aba18b commit 6072cb1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,7 @@ public void should_have_expected_error_in_package_result()
}
}

[Pending("Pending removal, side by side removed")]
public class when_installing_a_side_by_side_package : ScenariosBase
{
private PackageResult packageResult;
Expand Down Expand Up @@ -1523,6 +1524,7 @@ public void should_have_a_version_of_one_dot_zero_dot_zero()
}
}

[Pending("Pending removal, side by side removed")]
public class when_switching_a_normal_package_to_a_side_by_side_package : ScenariosBase
{
private PackageResult packageResult;
Expand Down Expand Up @@ -1642,6 +1644,7 @@ public void should_have_a_version_of_one_dot_zero_dot_zero()
}
}

[Pending("Pending removal, side by side removed")]
public class when_installing_an_older_version_side_by_side_with_a_newer_version : ScenariosBase
{
private PackageResult packageResult;
Expand Down Expand Up @@ -1763,7 +1766,7 @@ public void should_have_a_version_of_one_dot_one_dot_zero()
}
}


[Pending("Pending removal, side by side removed")]
public class when_switching_a_side_by_side_package_to_a_normal_package : ScenariosBase
{
private PackageResult packageResult;
Expand Down

0 comments on commit 6072cb1

Please sign in to comment.