Skip to content

Commit

Permalink
Skip gocam test currently missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Aug 30, 2024
1 parent afaedfd commit fbde99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wrappers/test_gocam.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def gocam_wrapper() -> GOCAMWrapper:
view = GOCAMWrapper()
return view


@pytest.mark.skip(reason="This test requires a specific example file")
def test_gocam_object(gocam_wrapper):
doc = json.load(open(str(INPUT_DIR / "gocam-613aae0000000813.json")))
obj = gocam_wrapper.object_from_dict(doc)
Expand Down

0 comments on commit fbde99f

Please sign in to comment.