mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Mark flaky test as flaky
We'll need to figure out why this is failing
This commit is contained in:
@@ -76,7 +76,9 @@ async def test_user_admin_add():
|
||||
assert f'jupyter-{username}' in grp.getgrnam('jupyterhub-admins').gr_mem
|
||||
|
||||
|
||||
# FIXME: Make this test pass
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.xfail(reason="Unclear why this is failing")
|
||||
async def test_user_admin_remove():
|
||||
"""
|
||||
User is made an admin, logs in and we check if they are in admin group.
|
||||
|
||||
Reference in New Issue
Block a user