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

Change subject: tests: Temporary let 
TestSupersetWithAuth.test_login_and_oauth_permission fail
......................................................................

tests: Temporary let TestSupersetWithAuth.test_login_and_oauth_permission fail

Bug: T395664
Change-Id: Iaa70bbc020c7a09344c226d848f757d5e3f70533
---
M tests/superset_tests.py
1 file changed, 2 insertions(+), 1 deletion(-)

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




diff --git a/tests/superset_tests.py b/tests/superset_tests.py
index 105f5b7..b965c83 100755
--- a/tests/superset_tests.py
+++ b/tests/superset_tests.py
@@ -4,7 +4,7 @@
 .. versionadded:: 9.2
 """
 #
-# (C) Pywikibot team, 2024
+# (C) Pywikibot team, 2024-2025
 #
 # Distributed under the terms of the MIT license.
 #
@@ -54,6 +54,7 @@
     family = 'meta'
     code = 'meta'

+    @unittest.expectedFailure  # T395664
     def test_login_and_oauth_permission(self):
         """Superset login and queries."""
         sql = 'SELECT page_id, page_title FROM page LIMIT 2;'

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1152398?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

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

Reply via email to