Skip to content

Commit

Permalink
[tests] expect TestMediaInfoReadonlyEditing to fail
Browse files Browse the repository at this point in the history
TestMediaInfoReadonlyEditing tests fails because anonymous users
got edit rights and UserRightsError is no longer raised.

Bug: T355927
Change-Id: I227038265053e3b6c68abbba4f92f884ad552ad5
  • Loading branch information
xqt committed Jan 27, 2024
1 parent 463b604 commit 96cf2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/file_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def test_data_list_to_dict_workaround(self):
item.statements, pywikibot.page._collections.ClaimCollection)


@unittest.expectedFailure # T355927
class TestMediaInfoReadonlyEditing(TestCase):

"""Test writing structured data of FilePage."""
Expand Down

0 comments on commit 96cf2d8

Please sign in to comment.