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 3d3965a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,9 @@
]


@pytest.mark.skip(
reason="Temporarily disabled Translation tests 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 3d3965a

Please sign in to comment.