Skip to content

Commit

Permalink
Disable test_save due to bug in Zivid SDK 1.8.1
Browse files Browse the repository at this point in the history
Issue tracking this: #54
  • Loading branch information
nedrebo committed Mar 12, 2020
1 parent ef9c9d4 commit 4eb4a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_str_as_path_init(
assert isinstance(frame, zivid.frame.Frame)


@pytest.mark.skip(reason="https://github.com/zivid/zivid-python/issues/54")
def test_save(frame):
import tempfile
from pathlib import Path
Expand Down

0 comments on commit 4eb4a8e

Please sign in to comment.