Skip to content

Commit d732464

Browse files
author
Matt Sokoloff
committed
format
1 parent ad08236 commit d732464

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
@@ -9,6 +9,7 @@
99
1010
"""
1111

12+
1213
@pytest.mark.skip()
1314
def test_create_from_url(client, tmp_path, object_predictions,
1415
model_run_with_model_run_data_rows,
@@ -57,6 +58,7 @@ def test_create_from_url(client, tmp_path, object_predictions,
5758
assert not mal_prediction_import.errors
5859
assert mal_prediction_import.statuses
5960

61+
6062
@pytest.mark.skip()
6163
def test_create_from_objects(model_run_with_model_run_data_rows,
6264
configured_project_without_data_rows,
@@ -91,6 +93,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows,
9193
assert not mal_prediction_import.errors
9294
assert mal_prediction_import.statuses
9395

96+
9497
@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,

0 commit comments

Comments
 (0)