Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 518902d

Browse files
committed
skip ci hardware-requiring tests
1 parent 246b751 commit 518902d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_filein.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def test_filein_audio():
4545
assert S.streams[s].video_kbps == 500
4646

4747

48+
@pytest.mark.skipif(CI, reason="Many CI's don't have audio hardware")
4849
def test_file_simple():
4950
"""stream to localhost"""
5051
s = pls.FileIn(inifn, 'localhost',
@@ -55,6 +56,7 @@ def test_file_simple():
5556

5657

5758
@pytest.mark.usefixtures("listener")
59+
@pytest.mark.skipif(CI, reason="Many CI's don't have audio hardware")
5860
def test_filein_script():
5961
subprocess.check_call(['FileGlobLivestream',
6062
str(VIDFN),

0 commit comments

Comments
 (0)