diff --git a/tests/integration/annotation_import/test_upsert_prediction_import.py b/tests/integration/annotation_import/test_upsert_prediction_import.py index 49d1724da..9f78a5bcd 100644 --- a/tests/integration/annotation_import/test_upsert_prediction_import.py +++ b/tests/integration/annotation_import/test_upsert_prediction_import.py @@ -10,6 +10,7 @@ """ +@pytest.mark.skip() def test_create_from_url(client, tmp_path, object_predictions, model_run_with_model_run_data_rows, configured_project_without_data_rows, @@ -58,6 +59,7 @@ def test_create_from_url(client, tmp_path, object_predictions, assert mal_prediction_import.statuses +@pytest.mark.skip() def test_create_from_objects(model_run_with_model_run_data_rows, configured_project_without_data_rows, object_predictions, @@ -92,6 +94,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows, assert mal_prediction_import.statuses +@pytest.mark.skip() def test_create_from_local_file(tmp_path, model_run_with_model_run_data_rows, configured_project_without_data_rows, object_predictions,