Skip to content

Commit 8e706d1

Browse files
committed
update pytest marker
1 parent b5df41f commit 8e706d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman/ui/test_rhcloud_iop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def test_rhcloud_inventory_disabled_local_insights(module_target_sat_insights):
280280

281281
@pytest.mark.e2e
282282
@pytest.mark.no_containers
283-
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
283+
@pytest.mark.rhel_ver_match('N-1')
284284
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
285285
def test_iop_recommendations_remediation_type_and_status(
286286
rhel_insights_vm,

0 commit comments

Comments
 (0)