Skip to content

Commit

Permalink
Skip all the tests in the resize osd feature until the related BZs ar…
Browse files Browse the repository at this point in the history
…e fixed (#10051)

* Skip all the tests in the resize osd feature until the related BZs are fixed

Signed-off-by: Itzhak Kave <[email protected]>

* Add one more BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2295750

Signed-off-by: Itzhak Kave <[email protected]>

---------

Signed-off-by: Itzhak Kave <[email protected]>
Co-authored-by: Itzhak Kave <[email protected]>
  • Loading branch information
yitzhak12 and Itzhak Kave authored Jul 8, 2024
1 parent 3ba7668 commit 390c5fa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
skipif_hci_provider_and_client,
brown_squad,
black_squad,
bugzilla,
)
from ocs_ci.framework.testlib import (
ignore_leftovers,
Expand Down Expand Up @@ -58,6 +59,9 @@
logger = logging.getLogger(__name__)


@bugzilla("2279843")
@bugzilla("2295778")
@bugzilla("2295750")
@brown_squad
@ignore_leftovers
@skipif_managed_service
Expand Down

0 comments on commit 390c5fa

Please sign in to comment.