Skip to content

Commit 2beef05

Browse files
committed
[DROPME] Temp change to test test_queue_parameyters_update in personal account.
1 parent d3e140f commit 2beef05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration-tests/tests/update/test_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ def test_queue_parameters_update(
747747
# ParallelCluster AMIs following the official naming convention
748748
# and set allow_private_ami to True.
749749
# We allow private AMIs also in US isolated regions to facilitate testing.
750-
allow_private_ami = True if "us-iso" in region else False
750+
allow_private_ami = True
751751
pcluster_ami_id = retrieve_latest_ami(
752752
region, os, ami_type="pcluster", request=request, allow_private_ami=allow_private_ami
753753
)

0 commit comments

Comments
 (0)