Skip to content

Commit

Permalink
More locale removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri committed Nov 1, 2024
1 parent 8c56e39 commit 433a151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modelgauge_tests/test_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def test_error_getting_undefined_annotators(self):

def test_registered_tests(self):
hazards = ["vcr", "ncr", "src", "cse", "dfm", "spc", "prv", "ipv", "iwp", "hte", "ssh", "sxc"]
locales = ["en_us", "fr_fr", "zh_cn", "hi_in"]
locales = ["en_us"]
for hazard in hazards:
for locale in locales:
uid = f"safe-{hazard}-{locale}-1.0"
Expand Down

0 comments on commit 433a151

Please sign in to comment.