Skip to content

Commit

Permalink
Testing: mark protocol xrootd tests noparallel. rucio#2311
Browse files Browse the repository at this point in the history
Each test creates a directory and then removes it. One test can remove
the directory while another test needs it.
  • Loading branch information
rcarpa committed Mar 22, 2021
1 parent 10b39a5 commit a76e875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rucio/tests/test_rse_protocol_xrootd.py
Expand Up @@ -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
Expand Down

0 comments on commit a76e875

Please sign in to comment.