From 53602016485f45b8c33108fc533a88546f7ec8ca Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 16 Nov 2022 14:05:09 -0800 Subject: [PATCH] TST: mark test_gdb_info as xfail (#149) This test makes many assumptions specific to our deployment. In general, it's hard to tell if the configuration is correct, so for now it is more practical to mark it as xfail. --- whatrecord/tests/test_gdb_integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whatrecord/tests/test_gdb_integration.py b/whatrecord/tests/test_gdb_integration.py index 2191e257..a7c63300 100644 --- a/whatrecord/tests/test_gdb_integration.py +++ b/whatrecord/tests/test_gdb_integration.py @@ -29,6 +29,7 @@ ) +@pytest.mark.xfail(reason="Makes too many SLAC/LCLS/PCDS/ECS assumptions.") @platform_skip @gdb_unavailable_skip @softioc_unavailable_skip