Skip to content

Commit 7acaebf

Browse files
committed
Fix iam_policies integration test
The test was failing in the configuration validation phase because no base_os was specified and this parameter does no longer has a default value. Signed-off-by: ddeidda <[email protected]>
1 parent 8aa44f0 commit 7acaebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration-tests/tests/iam_policies/test_iam_policies.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
@pytest.mark.regions(["us-east-1"])
2222
@pytest.mark.schedulers(["sge", "awsbatch"])
2323
@pytest.mark.skip_instances(["g3.8xlarge"])
24+
@pytest.mark.os(["alinux2"])
25+
@pytest.mark.usefixtures("os")
2426
def test_iam_policies(region, scheduler, pcluster_config_reader, clusters_factory):
2527
"""Test IAM Policies"""
2628
cluster_config = pcluster_config_reader(

0 commit comments

Comments
 (0)