From e00f7e86adb7049851f6c0148810fc31d967b338 Mon Sep 17 00:00:00 2001 From: Elad Ben Aharon Date: Tue, 2 Mar 2021 11:58:56 +0200 Subject: [PATCH] Skip pre upgrade add capacity test over on prem Signed-off-by: Elad Ben Aharon --- tests/manage/z_cluster/cluster_expansion/test_add_capacity.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/manage/z_cluster/cluster_expansion/test_add_capacity.py b/tests/manage/z_cluster/cluster_expansion/test_add_capacity.py index 69aba10853e..1d6ab74bfa5 100644 --- a/tests/manage/z_cluster/cluster_expansion/test_add_capacity.py +++ b/tests/manage/z_cluster/cluster_expansion/test_add_capacity.py @@ -15,6 +15,7 @@ skipif_ocs_version, tier1, acceptance, + cloud_platform_required, ) from ocs_ci.ocs import constants from ocs_ci.ocs.ocp import OCP @@ -85,6 +86,7 @@ def test_add_capacity(self, reduce_and_resume_cluster_load): @skipif_aws_i3 @skipif_bm @skipif_external_mode +@cloud_platform_required class TestAddCapacityPreUpgrade(ManageTest): """ Automates adding variable capacity to the cluster pre upgrade