Skip to content

Commit b28cc6c

Browse files
committed
Temporarily disable test account deletion
Temporarily disabling test account deletion to work on account capabilities issues.
1 parent d182b9e commit b28cc6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/api/test_people.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ def update_person(api, person, **person_attributes):
4949

5050

5151
def delete_person(api, person):
52-
api.people.delete(person.id)
52+
# Temporarily disabling test account deletion to workon account
53+
# capabilities issues.
54+
# TODO: Enable test account clean-up.
55+
# api.people.delete(person.id)
56+
pass
5357

5458

5559
def get_new_test_person(api, get_new_email_address, licenses_dict):

0 commit comments

Comments
 (0)