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..f072e3b4cc7 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,8 @@ logger = logging.getLogger(__name__) +@bugzilla("2279843") +@bugzilla("2295778") @brown_squad @ignore_leftovers @skipif_managed_service