We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e285a18 commit c42d021Copy full SHA for c42d021
libs/labelbox/tests/integration/test_task.py
@@ -67,7 +67,7 @@ def test_task_success_label_export(client, configured_project_with_label):
67
user = client.get_user()
68
task = None
69
for task in user.created_tasks():
70
- if task.name != 'JSON Import' and task.type != 'adv-upsert-data-rows':
+ if task.name != 'JSON Import' and task.type != 'adv-upsert-data-rows' and task.type != 'mea-label-registration':
71
break
72
73
with pytest.raises(ValueError) as exc_info:
0 commit comments