Skip to content

Commit

Permalink
Merge "[tests: Allow some scripts to fail"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Nov 9, 2024
2 parents c6a9917 + 8b50db6 commit 6ca1613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/script_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ class TestScriptSimulate(DefaultSiteTestCase, PwbTestCase,
'category_redirect',
'claimit',
'clean_sandbox',
'commons_information', # T379455
'coordinate_import',
'delinker',
'disambredir',
Expand Down Expand Up @@ -446,6 +447,8 @@ class TestScriptGenerator(DefaultSiteTestCase, PwbTestCase,
_allowed_failures = {
'basic',
'delete', # T368859
'fixing_redirects', # T379455
'illustrate_wikidata', # T379455
'imagetransfer', # T368859
'newitem',
'nowcommons',
Expand Down

0 comments on commit 6ca1613

Please sign in to comment.