Spaces:
Running
Running
jhj0517
commited on
Commit
·
74b1f92
1
Parent(s):
99a813f
Skip test that is too heavy to run in action
Browse files
tests/test_bgm_separation.py
CHANGED
@@ -26,6 +26,7 @@ def test_bgm_separation_pipeline(
|
|
26 |
test_transcribe(whisper_type, vad_filter, bgm_separation, diarization)
|
27 |
|
28 |
|
|
|
29 |
@pytest.mark.parametrize(
|
30 |
"whisper_type,vad_filter,bgm_separation,diarization",
|
31 |
[
|
|
|
26 |
test_transcribe(whisper_type, vad_filter, bgm_separation, diarization)
|
27 |
|
28 |
|
29 |
+
@pytest.mark.skip(reason="Too heavy to run in actions with all of other tests")
|
30 |
@pytest.mark.parametrize(
|
31 |
"whisper_type,vad_filter,bgm_separation,diarization",
|
32 |
[
|