Skip to content

Commit 249441a

Browse files
authored
(fix): temporarily comment out voice clone tests (elevenlabs#305)
1 parent 94b5e18 commit 249441a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_voice.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import pytest
2+
13
from elevenlabs import Voice, \
24
VoiceSettings, play
35
from .utils import IN_GITHUB, as_local_files, client
@@ -17,7 +19,7 @@ def test_voice_from_id():
1719
if voice.settings is not None:
1820
assert isinstance(voice.settings, VoiceSettings)
1921

20-
22+
@pytest.mark.skip(reason="subscription limit reached")
2123
def test_voice_clone():
2224
voice_file_urls = [
2325
"https://user-images.githubusercontent.com/12028621/235474694-584f7103-dab2-4c39-bb9a-8e5f00be85da.webm",

0 commit comments

Comments
 (0)