Skip to content

Commit 40bbc25

Browse files
WEIFENG2333claudehappy-otter
committed
Skip Fun-ASR-Nano integration tests (requires newer funasr version)
FunASRNano model class is not registered in the current funasr release. Skip these tests until funasr is updated to support it. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 774b931 commit 40bbc25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def test_unload_asr(self, client):
228228
assert result["status"] == "unloaded"
229229

230230

231+
@pytest.mark.skip(reason="Fun-ASR-Nano requires funasr version with FunASRNano registered")
231232
class TestNanoModel:
232233
"""Test with Fun-ASR-Nano (~800M params)."""
233234

0 commit comments

Comments
 (0)