From 050b45007b9f02a30864b1d35d7e74c38b967c1d Mon Sep 17 00:00:00 2001 From: pintaoz Date: Mon, 29 Sep 2025 15:39:16 -0700 Subject: [PATCH] New dummy commit --- .../cluster_management/test_hp_cluster_creation.py | 1 + 1 file changed, 1 insertion(+) 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."""