From ad08236c6eb92d58828960cd5e94fc0893f3ff4c Mon Sep 17 00:00:00 2001 From: Matt Sokoloff Date: Wed, 9 Nov 2022 07:34:47 -0500 Subject: [PATCH 1/2] skip mea to mal tests --- .../annotation_import/test_upsert_prediction_import.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/annotation_import/test_upsert_prediction_import.py b/tests/integration/annotation_import/test_upsert_prediction_import.py index 49d1724da..558394190 100644 --- a/tests/integration/annotation_import/test_upsert_prediction_import.py +++ b/tests/integration/annotation_import/test_upsert_prediction_import.py @@ -9,7 +9,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, @@ -57,7 +57,7 @@ def test_create_from_url(client, tmp_path, object_predictions, assert not mal_prediction_import.errors 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, @@ -91,7 +91,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows, assert not mal_prediction_import.errors 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, From d732464b37278b69623ca81d1191d6e6dda4aa10 Mon Sep 17 00:00:00 2001 From: Matt Sokoloff Date: Wed, 9 Nov 2022 07:37:05 -0500 Subject: [PATCH 2/2] format --- .../annotation_import/test_upsert_prediction_import.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/annotation_import/test_upsert_prediction_import.py b/tests/integration/annotation_import/test_upsert_prediction_import.py index 558394190..9f78a5bcd 100644 --- a/tests/integration/annotation_import/test_upsert_prediction_import.py +++ b/tests/integration/annotation_import/test_upsert_prediction_import.py @@ -9,6 +9,7 @@ """ + @pytest.mark.skip() def test_create_from_url(client, tmp_path, object_predictions, model_run_with_model_run_data_rows, @@ -57,6 +58,7 @@ def test_create_from_url(client, tmp_path, object_predictions, assert not mal_prediction_import.errors 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, @@ -91,6 +93,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows, assert not mal_prediction_import.errors 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,