Skip to content

Commit

Permalink
skip one more
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 25, 2024
1 parent 20ee4e1 commit c1baf3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stimuli/audio/backend/tests/test_sounddevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def test_invalid_device_inex() -> None:
SoundSD(len(devices) + 101, 44100)


@pytest.mark.skipif(
os.getenv("GITHUB_ACTIONS", "") == "true", reason="Unreliable on CIs."
)
def test_invalid_block_size(
device: dict[str, str | int | float], data: NDArray[np.float32], duration: float
) -> None:
Expand Down

0 comments on commit c1baf3a

Please sign in to comment.