jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/702649 )
Change subject: [tests] Fix archivebot_tests.TestArchiveBot test ......................................................................
[tests] Fix archivebot_tests.TestArchiveBot test
Bug: T285943 Change-Id: I17859694e90fa9d4f9f03a5a39c08da9d1019cbd --- M tests/archivebot_tests.py 1 file changed, 1 insertion(+), 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 e3a3828..03df558 100644 --- a/tests/archivebot_tests.py +++ b/tests/archivebot_tests.py @@ -166,7 +166,7 @@ self.assertIsInstance(thread.content, str) self.assertIsInstance(thread.timestamp, datetime)
- expected_failures = ['ar', 'eo', 'pdc', 'th'] + expected_failures = ['ar', 'eo', 'pdc', 'scn', 'th'] # FIXME: see TestArchiveBotAfterDateUpdate() # 'ar': Uses Arabic acronym for TZ # 'eo': changed month name setting in wiki from Sep to sep
pywikibot-commits@lists.wikimedia.org