Skip to content

Commit 8acc03e

Browse files
himani2411Himani Deshpande
andauthored
Adding instance fixture so that it can be used by architecture fixture when creating the cluster config file (#5761)
Co-authored-by: Himani Deshpande <himanidp@amazon.com>
1 parent f982064 commit 8acc03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ def _test_shared_storage_rollback(
14401440
boto3.client("fsx", region).describe_file_systems(FileSystemIds=managed_fsx)
14411441

14421442

1443-
@pytest.mark.usefixtures("os")
1443+
@pytest.mark.usefixtures("os", "instance")
14441444
def test_multi_az_create_and_update(
14451445
region, pcluster_config_reader, clusters_factory, odcr_stack, scheduler_commands_factory, test_datadir
14461446
):

0 commit comments

Comments
 (0)