jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/476084 )

Change subject: [fix] Temporarily deactivate WikibaseKnownTypesTests for 
ws/wpbeta
......................................................................

[fix] Temporarily deactivate WikibaseKnownTypesTests for ws/wpbeta

Bug: T210322
Change-Id: If83fa90eec32d1cbdcbbc8047db31c3f4fe150da
---
M tests/paraminfo_tests.py
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py
index 92e273d..8ae81d0 100644
--- a/tests/paraminfo_tests.py
+++ b/tests/paraminfo_tests.py
@@ -217,6 +217,16 @@

     """Verify Wikibase types using paraminfo."""

+    @classmethod
+    def setUpClass(cls):
+        """Set up the test class."""
+        super(WikibaseKnownTypesTests, cls).setUpClass()
+        for site in cls.sites.values():
+            if site['site'].family.name.endswith('beta'):
+                raise unittest.SkipTest(
+                    '{}: skipping {!r} due to Bug T210322'
+                    .format(cls.__name__, site['site']))
+
     def test_entities(self):
         """Test known entities."""
         unsupported = {'form', 'lexeme', 'sense'}  # T195435

--
To view, visit https://gerrit.wikimedia.org/r/476084
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: If83fa90eec32d1cbdcbbc8047db31c3f4fe150da
Gerrit-Change-Number: 476084
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Framawiki <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to