From 8b50db64643295965dd364fb5bc311ee03f2ba0f Mon Sep 17 00:00:00 2001 From: xqt Date: Sat, 9 Nov 2024 10:36:55 +0100 Subject: [PATCH] [tests: Allow some scripts to fail Bug: T379455 Change-Id: I61422b2b2be22c13bcd617416086386f39a7f729 --- tests/script_tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/script_tests.py b/tests/script_tests.py index 7bd674ea1c..6a420a2034 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -368,6 +368,7 @@ class TestScriptSimulate(DefaultSiteTestCase, PwbTestCase, 'category_redirect', 'claimit', 'clean_sandbox', + 'commons_information', # T379455 'coordinate_import', 'delinker', 'disambredir', @@ -446,6 +447,8 @@ class TestScriptGenerator(DefaultSiteTestCase, PwbTestCase, _allowed_failures = { 'basic', 'delete', # T368859 + 'fixing_redirects', # T379455 + 'illustrate_wikidata', # T379455 'imagetransfer', # T368859 'newitem', 'nowcommons',