Skip to content

Commit

Permalink
Add skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 30, 2025
1 parent d4946d8 commit 401ee45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def test_minimal_file(synchronize_clocks, dejitter_timestamps):

@pytest.mark.parametrize("dejitter_timestamps", [False, True])
@pytest.mark.parametrize("synchronize_clocks", [False, True])
@pytest.mark.skipif("empty_streams" not in files, reason="File not found.")
def test_empty_streams_file(synchronize_clocks, dejitter_timestamps):
path = files["empty_streams"]
streams, header = load_xdf(
Expand Down

0 comments on commit 401ee45

Please sign in to comment.