Skip to content

Commit e5c7d21

Browse files
author
Matt Sokoloff
committed
update tests
1 parent b11f62e commit e5c7d21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/test_user_management.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from labelbox import ProjectRole
2+
import pytest
23

34

45
def test_org_invite(client, organization, environ, queries):
@@ -72,6 +73,9 @@ def test_project_invite(client, organization, project_pack, queries):
7273
queries.cancel_invite(client, invite.uid)
7374

7475

76+
@pytest.mark.skip(
77+
"Unable to programatically create user without accepting an email invite. Add back once there is a workaround."
78+
)
7579
def test_member_management(client, organization, project, project_based_user):
7680
roles = client.get_roles()
7781
assert not len(list(project_based_user.projects()))

0 commit comments

Comments
 (0)