Skip to content

Commit

Permalink
alternate syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 4, 2024
1 parent b040bef commit fa7ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def test_positive_install_in_hc(


@pytest.mark.tier3
@pytest.mark.rhel_ver_match('[^7]|10')
@pytest.mark.rhel_ver_match(r'^(?!.*(7|fips)).*$') # exclude any fips or major ver 7
@pytest.mark.no_containers
@pytest.mark.e2e
@pytest.mark.pit_client
Expand Down

0 comments on commit fa7ea97

Please sign in to comment.