From 47fbc04d12539be7a385a18414a3179cc932188d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Wed, 30 Oct 2024 16:49:02 +0100 Subject: [PATCH] add xfail marker --- tests/test_python.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_python.py b/tests/test_python.py index dd92eb29..e8a423b7 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -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(