Skip to content

Commit 9be6a30

Browse files
authored
Merge pull request #1019 from Labelbox/VB/cleanup
Remove unncessary test changes
2 parents 0b03f6f + 9c8addb commit 9be6a30

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/integration/annotation_import/conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ def model_run_with_model_run_data_rows(client, configured_project,
658658
labels = wait_for_label_processing(configured_project)
659659
label_ids = [label.uid for label in labels]
660660
model_run.upsert_labels(label_ids)
661-
time.sleep(300)
662661
yield model_run
663662
model_run.delete()
664663
# TODO: Delete resources when that is possible ..
@@ -670,11 +669,6 @@ def model_run_with_all_project_labels(client, configured_project,
670669
wait_for_label_processing):
671670
configured_project.enable_model_assisted_labeling()
672671

673-
data_row_ids = configured_project.data_row_ids
674-
675-
configured_project._wait_until_data_rows_are_processed(
676-
data_row_ids=data_row_ids)
677-
678672
upload_task = LabelImport.create_from_objects(
679673
client, configured_project.uid, f"label-import-{uuid.uuid4()}",
680674
model_run_predictions)

0 commit comments

Comments
 (0)