From e5ff2799b2ca34597ebbd7c3345b5487ec5a76c1 Mon Sep 17 00:00:00 2001 From: Radu Carpa Date: Fri, 19 Mar 2021 14:06:43 +0100 Subject: [PATCH] Testing: mark protocol xrootd tests noparallel. #2311 Each test creates a directory and then removes it. One test can remove the directory while another test needs it. --- lib/rucio/tests/test_rse_protocol_xrootd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rucio/tests/test_rse_protocol_xrootd.py b/lib/rucio/tests/test_rse_protocol_xrootd.py index 122e4b93c19..1612356170c 100644 --- a/lib/rucio/tests/test_rse_protocol_xrootd.py +++ b/lib/rucio/tests/test_rse_protocol_xrootd.py @@ -40,6 +40,7 @@ from rucio.tests.rsemgr_api_test import MgrTestCases +@pytest.mark.noparallel(reason='creates and removes a test directory with a fixed name') @skip_rse_tests_with_accounts class TestRseXROOTD(unittest.TestCase): tmpdir = None