From 19448b4b5abbcac716a605fe0c853ba949babcd3 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Wed, 9 Apr 2025 10:00:00 +0200 Subject: [PATCH] TESTS: Marked test as xfail --- tests/test_tickets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_tickets.py b/tests/test_tickets.py index c535ed7..e9481d5 100644 --- a/tests/test_tickets.py +++ b/tests/test_tickets.py @@ -471,6 +471,7 @@ def test_ticket_137(): # Test remodeled after removal of dropoffbox. +@pytest.mark.xfail(reason="Fails if running as root.") def test_ticket_39(tmp_path): """Testing file upload of unreadable files.""" import os -- GitLab