jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1009308?usp=email )

Change subject: [tests] Skip TestSiteGenerators test_all_links for wikipedia:de
......................................................................

[tests] Skip TestSiteGenerators test_all_links for wikipedia:de

Bug: T359427
Change-Id: Ieedd416b7551b0b724b1c856296215c5b534e1ce
---
M tests/site_generators_tests.py
1 file changed, 12 insertions(+), 0 deletions(-)

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




diff --git a/tests/site_generators_tests.py b/tests/site_generators_tests.py
index 0ef1683..e595eed 100755
--- a/tests/site_generators_tests.py
+++ b/tests/site_generators_tests.py
@@ -337,6 +337,8 @@
     def test_all_links(self):
         """Test the site.alllinks() method."""
         mysite = self.get_site()
+        if mysite.sitename == 'wikipedia:de':
+            self.skipTest(f'skipping test on {mysite} due to T359427')
         fwd = list(mysite.alllinks(total=10))
         uniq = list(mysite.alllinks(total=10, unique=True))


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1009308?usp=email
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: Ieedd416b7551b0b724b1c856296215c5b534e1ce
Gerrit-Change-Number: 1009308
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]

Reply via email to