Skip to content

Commit 180120f

Browse files
authored
Update test_model_run.py
1 parent d688730 commit 180120f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
116116
labels = model_run_with_model_run_data_rows.export_labels(download=True)
117117
assert len(labels) == 3
118118

119-
119+
@pytest.mark.skip(reason="feature under development")
120120
def test_model_run_export_v2(model_run_with_model_run_data_rows,
121121
configured_project):
122122
task_name = "test_task"

0 commit comments

Comments
 (0)