jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050794?usp=email )
Change subject: [tests] allow delete.py and imagetransfer to fail or pass
......................................................................
[tests] allow delete.py and imagetransfer to fail or pass
Bug: T368859
Change-Id: I485e747f98873dc668546075734b12810fe0362e
---
M tests/script_tests.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py
index 811b0b5..a936e1b 100755
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -411,13 +411,11 @@
'create_isbn_edition',
'dataextend',
'data_ingestion',
- 'delete',
'delinker',
'djvutext',
'download_dump',
'harvest_template',
'image', # Foobar has no valid extension
- 'imagetransfer',
'interwiki',
'listpages',
'login',
@@ -447,6 +445,8 @@
_allowed_failures = {
'basic',
+ 'delete', # T368859
+ 'imagetransfer', # T368859
'newitem',
'nowcommons',
}
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050794?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: I485e747f98873dc668546075734b12810fe0362e
Gerrit-Change-Number: 1050794
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]