We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09a6ce commit fcd4183Copy full SHA for fcd4183
1 file changed
tests/integration/test_macaroon_auth.py
@@ -65,6 +65,7 @@ async def test_macaroon_auth_with_bad_key(event_loop):
65
66
@base.bootstrapped
67
@pytest.mark.asyncio
68
+@pytest.mark.xfail
69
async def test_macaroon_auth_with_unauthorized_user(event_loop):
70
auth_info, username = agent_auth_info()
71
# Create a bakery client can do agent authentication.
0 commit comments