From dd3c078aa96e2e75ec17d79e1ba9e29323bb10dc Mon Sep 17 00:00:00 2001 From: Victoria Cherkas Date: Mon, 30 Oct 2023 10:32:11 +0100 Subject: [PATCH] pytest.mark.no_tsa for fdbTest --- test/system_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system_test.py b/test/system_test.py index f9abc1eb83..0b1ceeaba8 100644 --- a/test/system_test.py +++ b/test/system_test.py @@ -292,6 +292,7 @@ def test_install_default(self): spack_install_and_test('fckit') +@pytest.mark.no_tsa # FDB tests fail on tsa due to 'ucp_context' class FdbTest(unittest.TestCase): def test_install_5_11_17_gcc(self):