Skip to content

Commit

Permalink
add xfail marker
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Oct 30, 2024
1 parent 1f16766 commit 47fbc04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ def test_tox(auto_container_per_test):
)


@pytest.mark.xfail(
OS_VERSION in ("15.6", "15.7"),
reason="https://bugzilla.suse.com/show_bug.cgi?id=1232072",
)
def test_packaged_tox(auto_container_per_test):
"""Ensure we can use the packaged tox version."""
version = auto_container_per_test.connection.check_output(
Expand Down

0 comments on commit 47fbc04

Please sign in to comment.