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 825c456 commit 41a945bCopy full SHA for 41a945b
tests/integration/annotation_import/test_label_import.py
@@ -66,6 +66,7 @@ def test_get(client, project, annotation_import_test_helpers):
66
67
68
@pytest.mark.slow
69
+@pytest.mark.skip(reason="beta feature still being developed")
70
def test_wait_till_done(client, project, predictions):
71
name = str(uuid.uuid4())
72
label_import = LabelImport.create_from_objects(client=client,
0 commit comments