Skip to content

Commit

Permalink
removing sca mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorquas committed Jan 29, 2025
1 parent 09a3ab4 commit 6f5fe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/subscription/test_rhsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import pytest
from virtwho.base import msg_search


@pytest.mark.skip(reason="SCA mode is no longer available.")
@pytest.mark.usefixtures("class_globalconf_clean")
@pytest.mark.usefixtures("class_hypervisor")
@pytest.mark.usefixtures("class_guest_register")
Expand Down
1 change: 1 addition & 0 deletions tests/subscription/test_satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
hypervisor_handler = get_hypervisor_handler(HYPERVISOR)


@pytest.mark.skip(reason="SCA mode is no longer available.")
@pytest.mark.usefixtures("class_hypervisor")
@pytest.mark.usefixtures("class_virtwho_d_conf_clean")
@pytest.mark.usefixtures("class_globalconf_clean")
Expand Down

0 comments on commit 6f5fe00

Please sign in to comment.