Skip to content

Commit

Permalink
TST: mark test_gdb_info as xfail (#149)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ZLLentz committed Nov 16, 2022
1 parent 82a9355 commit 5360201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whatrecord/tests/test_gdb_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
)


@pytest.mark.xfail(reason="Makes too many SLAC/LCLS/PCDS/ECS assumptions.")
@platform_skip
@gdb_unavailable_skip
@softioc_unavailable_skip
Expand Down

0 comments on commit 5360201

Please sign in to comment.