Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down