Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/foreman/ui/test_rhcloud_insights.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def test_rhcloud_insights_e2e(


@pytest.mark.e2e
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.no_containers
@pytest.mark.rhel_ver_list([10])
def test_rhcloud_insights_remediate_multiple_hosts(
Expand Down
3 changes: 0 additions & 3 deletions tests/foreman/ui/test_rhcloud_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ def test_rhcloud_inventory_without_manifest(session, module_org, target_sat):
)


@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.run_in_one_thread
def test_rhcloud_global_parameters(
inventory_settings,
Expand Down Expand Up @@ -676,7 +674,6 @@ def test_rh_cloud_minimal_report(


@pytest.mark.e2e
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.rhel_ver_list([7, 8, 9, 10])
def test_sync_inventory_status(rhcloud_manifest_org, rhcloud_registered_hosts, module_target_sat):
Expand Down
6 changes: 0 additions & 6 deletions tests/foreman/ui/test_rhcloud_iop.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def test_iop_recommendations_e2e(


@pytest.mark.e2e
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.no_containers
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
Expand Down Expand Up @@ -176,8 +174,6 @@ def test_iop_recommendations_remediate_multiple_hosts(


@pytest.mark.e2e
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.no_containers
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
Expand Down Expand Up @@ -275,8 +271,6 @@ def test_rhcloud_inventory_disabled_local_insights(module_target_sat_insights):


@pytest.mark.e2e
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.no_containers
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
Expand Down