jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913568 )
Change subject: [tests] skip TestUserContribsWithoutUser.test_user_prefix on
wowwiki
......................................................................
[tests] skip TestUserContribsWithoutUser.test_user_prefix on wowwiki
Change-Id: Ic11b3835fc14fec6c6720d0f779c12c357aee74e
---
M tests/site_generators_tests.py
1 file changed, 12 insertions(+), 0 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/site_generators_tests.py b/tests/site_generators_tests.py
index 2f5888a..388d7e5 100755
--- a/tests/site_generators_tests.py
+++ b/tests/site_generators_tests.py
@@ -1173,6 +1173,9 @@
def test_user_prefix(self):
"""Test the site.usercontribs() method with userprefix."""
mysite = self.get_site()
+ if mysite.family.name == 'wowwiki':
+ self.skipTest(f'Too many timeouts on {mysite}')
+
for contrib in mysite.usercontribs(userprefix='John', total=5):
self.assertIsInstance(contrib, dict)
for key in ('user', 'title', 'ns', 'pageid', 'revid'):
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913568
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: Ic11b3835fc14fec6c6720d0f779c12c357aee74e
Gerrit-Change-Number: 913568
Gerrit-PatchSet: 1
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]