mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Remove workaround for flaky translation tests (#131628)
This commit is contained in:
@@ -827,9 +827,6 @@ async def check_translations(
|
||||
f"Unused ignore translations: {', '.join(unused_ignore)}. "
|
||||
"Please remove them from the ignore_translations fixture."
|
||||
)
|
||||
for key, description in translation_errors.items():
|
||||
if key.startswith("component.cloud.issues."):
|
||||
# cloud tests are flaky
|
||||
continue
|
||||
for description in translation_errors.values():
|
||||
if description not in {"used", "unused"}:
|
||||
pytest.fail(description)
|
||||
|
||||
Reference in New Issue
Block a user