Skip to content

Commit

Permalink
Skipping test cases with kubeadmin password
Browse files Browse the repository at this point in the history
Signed-off-by: Vasudha-M <[email protected]>
  • Loading branch information
vasudha786 committed Jan 30, 2025
1 parent d128b70 commit 4ac56a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
ignore_leftover_label,
upgrade_marks,
ignore_resource_not_found_error_label,
skipif_ibm_cloud_managed,
)

from ocs_ci.helpers.proxy import update_container_with_proxy_env
Expand Down Expand Up @@ -4949,11 +4950,13 @@ 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

0 comments on commit 4ac56a0

Please sign in to comment.