Skip to content

Commit

Permalink
Skipping test case with kubeadmin password for IBM Cloud (#11310)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasudha-M <[email protected]>
  • Loading branch information
vasudha786 authored Feb 9, 2025
1 parent 357b61a commit 17eb221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
upgrade_marks,
ignore_resource_not_found_error_label,
config_index,
skipif_ibm_cloud_managed,
)

from ocs_ci.helpers.proxy import update_container_with_proxy_env
Expand Down Expand Up @@ -5120,13 +5119,11 @@ def teardown():
return es


@skipif_ibm_cloud_managed
@pytest.fixture(scope="session")
def setup_ui_session(request):
return setup_ui_fixture(request)


@skipif_ibm_cloud_managed
@pytest.fixture(scope="class")
def setup_ui_class(request):
return setup_ui_fixture(request)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
brown_squad,
black_squad,
ibmcloud_platform_required,
skipif_ibm_cloud_managed,
)
from ocs_ci.framework.testlib import (
ignore_leftovers,
Expand Down Expand Up @@ -306,6 +307,7 @@ def test_resize_osd_for_large_diff(self, size_to_increase):
@tier4b
@tier4c
@black_squad
@skipif_ibm_cloud_managed
@pytest.mark.order("last")
@polarion_id("OCS-5800")
def test_ui_storage_size_post_resize_osd(self, setup_ui_session):
Expand Down

0 comments on commit 17eb221

Please sign in to comment.