From d6b3807c9943c48e2ac77639d6119b07fcce3e87 Mon Sep 17 00:00:00 2001 From: Sagi Hirshfeld Date: Wed, 13 May 2026 10:47:42 +0300 Subject: [PATCH] Skip test_rgw_keda_ha in external mode The enable_rgw_hpa fixture annotates the StorageCluster using the internal-mode name (ocs-storagecluster), which does not exist in external mode deployments. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Sagi Hirshfeld --- tests/functional/object/rgw/test_keda_ha.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/object/rgw/test_keda_ha.py b/tests/functional/object/rgw/test_keda_ha.py index e74d1e03fbe9..8148558b0f47 100644 --- a/tests/functional/object/rgw/test_keda_ha.py +++ b/tests/functional/object/rgw/test_keda_ha.py @@ -8,6 +8,7 @@ red_squad, rgw, skipif_disconnected_cluster, + skipif_external_mode, tier1, ) from ocs_ci.ocs import constants @@ -31,6 +32,7 @@ @rgw @red_squad @skipif_disconnected_cluster +@skipif_external_mode # Setting up KEDA on the external cluster is out of scope class TestKedaHA: """ Test RGW's integration with the KEDA autoscaler