Skip to content

Commit ad08236

Browse files
author
Matt Sokoloff
committed
skip mea to mal tests
1 parent 5f7d320 commit ad08236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/annotation_import/test_upsert_prediction_import.py

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

12-
12+
@pytest.mark.skip()
1313
def test_create_from_url(client, tmp_path, object_predictions,
1414
model_run_with_model_run_data_rows,
1515
configured_project_without_data_rows,
@@ -57,7 +57,7 @@ def test_create_from_url(client, tmp_path, object_predictions,
5757
assert not mal_prediction_import.errors
5858
assert mal_prediction_import.statuses
5959

60-
60+
@pytest.mark.skip()
6161
def test_create_from_objects(model_run_with_model_run_data_rows,
6262
configured_project_without_data_rows,
6363
object_predictions,
@@ -91,7 +91,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows,
9191
assert not mal_prediction_import.errors
9292
assert mal_prediction_import.statuses
9393

94-
94+
@pytest.mark.skip()
9595
def test_create_from_local_file(tmp_path, model_run_with_model_run_data_rows,
9696
configured_project_without_data_rows,
9797
object_predictions,

0 commit comments

Comments
 (0)