diff --git a/tests/integration/annotation_import/test_model_run.py b/tests/integration/annotation_import/test_model_run.py index 275719372..00f627eca 100644 --- a/tests/integration/annotation_import/test_model_run.py +++ b/tests/integration/annotation_import/test_model_run.py @@ -117,6 +117,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows): assert len(labels) == 3 +@pytest.mark.skip(reason="feature under development") def test_model_run_export_v2(model_run_with_model_run_data_rows, configured_project): task_name = "test_task" diff --git a/tests/integration/test_project.py b/tests/integration/test_project.py index 68483b8d8..206cab208 100644 --- a/tests/integration/test_project.py +++ b/tests/integration/test_project.py @@ -42,6 +42,7 @@ def test_project(client, rand_gen): assert project not in projects +@pytest.mark.skip(reason="feature under development") def test_project_export_v2(configured_project_with_label): project, _, _, label = configured_project_with_label label_id = label.uid