Skip to content

Commit

Permalink
Temporarily skip the invite test
Browse files Browse the repository at this point in the history
  • Loading branch information
midhun-pm committed Dec 12, 2024
1 parent b6427ed commit 18ee185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/labelbox/tests/integration/test_user_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def create_project_invite(
queries.cancel_invite(client, invite.uid)


@pytest.mark.skip(
"TODO: Update this test, creating an invite will no longer return an invite id. Ref: PLT-2202"
)
def test_org_invite(client, organization, environ, queries, org_invite):
invite, invite_limit = org_invite
role = client.get_roles()["LABELER"]
Expand Down

0 comments on commit 18ee185

Please sign in to comment.