Skip to content

Commit

Permalink
Mark the test as xfail where it's failing (Windows).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 23, 2024
1 parent bc34083 commit 5d117cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyring/testing/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def test_credential(self):
('user2', 'password2'),
)

@pytest.mark.xfail("platform.system() == 'Windows'", reason="#668")
def test_empty_username(self):
self.set_password('service1', '', 'password1')
assert self.keyring.get_password('service1', '') == 'password1'
Expand Down

0 comments on commit 5d117cb

Please sign in to comment.