Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions tests/integration/annotation_import/test_model_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down