jenkins-bot submitted this change.

View Change


Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Ignore failing archivebot_tests on zh-yue site

Bug: T343626
Change-Id: I0c2f053e3320b7adab6773de3436f695a2797bb5
---
M tests/archivebot_tests.py
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/tests/archivebot_tests.py b/tests/archivebot_tests.py
index 73283e6..98595b4 100755
--- a/tests/archivebot_tests.py
+++ b/tests/archivebot_tests.py
@@ -112,7 +112,7 @@
sites = {code: {'family': 'wikipedia', 'code': code} for code in THREADS}

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

def test_archivebot(self, code=None):
"""Test archivebot for one site."""
@@ -155,6 +155,7 @@
# <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):

To view, visit change 945912. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0c2f053e3320b7adab6773de3436f695a2797bb5
Gerrit-Change-Number: 945912
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged