Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 11, 2023
1 parent 361fd95 commit e359e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/text2speech/tests/test_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_text_to_speech_audio_file(self, tmp_path, whisper_helper: WhisperHelper

assert expected_doc[0] in generated_doc[0]

@pytest.mark.skipif(platform.system() == "Darwin", reason="MP3 compression not working on M1")
@pytest.mark.xfail(reason="known issue converting to MP3")
def test_text_to_speech_compress_audio(self, tmp_path, whisper_helper: WhisperHelper):
text2speech = TextToSpeech(
model_name_or_path="espnet/kan-bayashi_ljspeech_vits",
Expand Down

0 comments on commit e359e76

Please sign in to comment.