Skip to content

Commit

Permalink
skip translation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milovate committed Jan 9, 2025
1 parent c38c952 commit 6d8b7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_translation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pytest
from conftest import flaky
from daras_ai_v2.asr import run_google_translate

Expand Down Expand Up @@ -47,6 +48,7 @@
]


@pytest.mark.skip(reason="Translation tests temporarily disabled due to frequent false positives")
def test_google_translate(threadpool_subtest):
for lang, text, expected in TRANSLATION_TESTS:
threadpool_subtest(google_translate_check, text, expected, source_language=lang)
Expand Down

0 comments on commit 6d8b7af

Please sign in to comment.