Skip to content

Commit c42a735

Browse files
author
Matt Sokoloff
committed
Merge branch 'develop' of https://github.com/Labelbox/labelbox-python into ms/al-3814
2 parents 4d57304 + 3b2f417 commit c42a735

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/annotation_import/test_upsert_prediction_import.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"""
1111

1212

13+
@pytest.mark.skip()
1314
def test_create_from_url(client, tmp_path, object_predictions,
1415
model_run_with_model_run_data_rows,
1516
configured_project_without_data_rows,
@@ -58,6 +59,7 @@ def test_create_from_url(client, tmp_path, object_predictions,
5859
assert mal_prediction_import.statuses
5960

6061

62+
@pytest.mark.skip()
6163
def test_create_from_objects(model_run_with_model_run_data_rows,
6264
configured_project_without_data_rows,
6365
object_predictions,
@@ -92,6 +94,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows,
9294
assert mal_prediction_import.statuses
9395

9496

97+
@pytest.mark.skip()
9598
def test_create_from_local_file(tmp_path, model_run_with_model_run_data_rows,
9699
configured_project_without_data_rows,
97100
object_predictions,

0 commit comments

Comments
 (0)