diff --git a/test/integration_tests/cluster_management/test_hp_cluster_creation.py b/test/integration_tests/cluster_management/test_hp_cluster_creation.py index c2105907..8f07ccc2 100644 --- a/test/integration_tests/cluster_management/test_hp_cluster_creation.py +++ b/test/integration_tests/cluster_management/test_hp_cluster_creation.py @@ -325,6 +325,7 @@ def test_wait_for_stack_completion(runner, cluster_name): print(f"✅ Stack {STACK_NAME} is now CREATE_COMPLETE") + @pytest.mark.dependency(name="update_cluster", depends=["wait_for_stack"]) def test_cluster_update_workflow(runner, cluster_name): """Test hyp update-cluster command by toggling node recovery setting."""