Skip to content

Commit

Permalink
remove that
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Jul 27, 2024
1 parent 660184a commit c97df97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/ui/tests/test_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test_missing_translation_files(self):
assert os.path.exists(os.path.join(TRANSLATIONS_DIR, f"{self.file}.ts")), \
f"{self.name} has no XML translation file, run selfdrive/ui/update_translations.py"

@pytest.mark.serial
def test_translations_updated(self):
with tempfile.TemporaryDirectory() as tmpdir:
shutil.copytree(TRANSLATIONS_DIR, tmpdir, dirs_exist_ok=True)
Expand Down

0 comments on commit c97df97

Please sign in to comment.