Skip to content

Commit 3b2f417

Browse files
authored
Merge pull request #758 from Labelbox/ms/pause-mea-to-mal-tests
skip mea to mal tests
2 parents 5f7d320 + d732464 commit 3b2f417

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

1212

13+
@pytest.mark.skip()
1314
def test_create_from_url(client, tmp_path, object_predictions,
1415
model_run_with_model_run_data_rows,
1516
configured_project_without_data_rows,
@@ -58,6 +59,7 @@ def test_create_from_url(client, tmp_path, object_predictions,
5859
assert mal_prediction_import.statuses
5960

6061

62+
@pytest.mark.skip()
6163
def test_create_from_objects(model_run_with_model_run_data_rows,
6264
configured_project_without_data_rows,
6365
object_predictions,
@@ -92,6 +94,7 @@ def test_create_from_objects(model_run_with_model_run_data_rows,
9294
assert mal_prediction_import.statuses
9395

9496

97+
@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,
97100
object_predictions,

0 commit comments

Comments
 (0)