Skip to content

Commit

Permalink
tests: re-enable alma linux integration tests (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cal authored Apr 12, 2024
1 parent afff221 commit dd22396
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/integration/lxd/test_lxd_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ def test_create_environment(installed_lxd, instance_name):
"alias",
[
*set(ubuntu.BuilddBaseAlias) - {ubuntu.BuilddBaseAlias.XENIAL},
pytest.param(
almalinux.AlmaLinuxBaseAlias.NINE,
marks=pytest.mark.xfail(
strict=True, reason="alma images are not available (#502)"
),
),
almalinux.AlmaLinuxBaseAlias.NINE,
],
)
def test_launched_environment(
Expand Down

0 comments on commit dd22396

Please sign in to comment.