Skip to content

Commit

Permalink
Revert "test: mark failures expected because NEVER_LOCALE is present"
Browse files Browse the repository at this point in the history
This reverts commit cdead89.
  • Loading branch information
cfm committed Aug 16, 2023
1 parent 4610544 commit de2e423
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions securedrop/tests/test_i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def test_parse_locale_set():
assert parse_locale_set([FALLBACK_LOCALE]) == {Locale.parse(FALLBACK_LOCALE)}


@pytest.mark.xfail() # #6873
def test_no_usable_fallback_locale():
"""
The apps fail if neither the default nor the fallback locale is usable.
Expand All @@ -321,7 +320,6 @@ def test_no_usable_fallback_locale():
source_app.create_app(test_config)


@pytest.mark.xfail() # #6873
def test_unusable_default_but_usable_fallback_locale(caplog):
"""
The apps start even if the default locale is unusable, as along as the fallback locale is
Expand Down

0 comments on commit de2e423

Please sign in to comment.