Skip to content

Commit

Permalink
Merge "Revert "[tests] Ignore failing archivebot_tests on zh-yue site""
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Aug 18, 2023
2 parents 6b1f4e7 + 7c5288c commit 5853ca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/archivebot_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class TestArchiveBot(TestCase):
sites = {code: {'family': 'wikipedia', 'code': code} for code in THREADS}

cached = True
expected_failures = ['ar', 'scn', 'th', 'zh-yue']
expected_failures = ['ar', 'scn', 'th']

def test_archivebot(self, code=None):
"""Test archivebot for one site."""
Expand Down Expand Up @@ -155,7 +155,6 @@ def test_archivebot(self, code=None):
# <message name="feb" xml:space="preserve">Han.</message>.
# for new entries it should work
# 'th': year is 2552 while regex assumes 19..|20.., might be fixed
# 'yue': T343626


class TestArchiveBotAfterDateUpdate(TestCase):
Expand Down

0 comments on commit 5853ca9

Please sign in to comment.