Skip to content

Commit

Permalink
Since we currently only have English prompts, remove non-English loca…
Browse files Browse the repository at this point in the history
…les from smoke tests.
  • Loading branch information
wpietri committed Nov 1, 2024
1 parent 671dca1 commit 8c56e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modelgauge/tests/safe_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class SafeTestVersion1(BaseSafeTestVersion1):


def register_tests(cls, evaluator=None):
for locale in Locale:
for locale in [Locale.EN_US]:
for hazard in cls.hazards:
test_uid = BaseSafeTestVersion1.create_uid(hazard, locale, evaluator)
if not test_uid in TESTS.keys():
Expand Down

0 comments on commit 8c56e39

Please sign in to comment.