From 390c5fa89adee146c3c9f09d9bf1a41631c2e9c4 Mon Sep 17 00:00:00 2001 From: Itzhak Kave Date: Mon, 8 Jul 2024 17:15:31 +0300 Subject: [PATCH] Skip all the tests in the resize osd feature until the related BZs are fixed (#10051) * Skip all the tests in the resize osd feature until the related BZs are fixed Signed-off-by: Itzhak Kave * Add one more BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2295750 Signed-off-by: Itzhak Kave --------- Signed-off-by: Itzhak Kave Co-authored-by: Itzhak Kave --- .../functional/z_cluster/cluster_expansion/test_resize_osd.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py b/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py index 33fb58032df..0ae7e156be7 100644 --- a/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py +++ b/tests/functional/z_cluster/cluster_expansion/test_resize_osd.py @@ -14,6 +14,7 @@ skipif_hci_provider_and_client, brown_squad, black_squad, + bugzilla, ) from ocs_ci.framework.testlib import ( ignore_leftovers, @@ -58,6 +59,9 @@ logger = logging.getLogger(__name__) +@bugzilla("2279843") +@bugzilla("2295778") +@bugzilla("2295750") @brown_squad @ignore_leftovers @skipif_managed_service