Skip to content

Commit ba04f80

Browse files
committed
Merge branch 'main' into testCustomCliDownload
2 parents 6828df3 + a8b43d8 commit ba04f80

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/install_upgrade_operators/console_cli_download/test_custom_console_cli_download.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def test_custom_console_cli_download(
4444
@pytest.mark.polarion("CNV-12278")
4545
def test_custom_console_cli_download_links_downloadable(
4646
self,
47-
admin_client,
4847
tmpdir,
4948
all_virtctl_urls_scope_function,
5049
):

tests/install_upgrade_operators/product_install/test_install_openshift_virtualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
CNV_ALERT_CLEANUP_TEST = "test_cnv_installation_alert_cleanup"
3232
LOGGER = logging.getLogger(__name__)
3333

34-
pytestmark = [pytest.mark.install]
34+
pytestmark = [pytest.mark.install, pytest.mark.s390x]
3535

3636

3737
@pytest.mark.polarion("CNV-10072")

0 commit comments

Comments
 (0)