jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/945912 )

Change subject: [tests] Ignore failing archivebot_tests on zh-yue site
......................................................................

[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(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/945912
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0c2f053e3320b7adab6773de3436f695a2797bb5
Gerrit-Change-Number: 945912
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to