We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d688730 commit 180120fCopy full SHA for 180120f
tests/integration/annotation_import/test_model_run.py
@@ -116,7 +116,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
116
labels = model_run_with_model_run_data_rows.export_labels(download=True)
117
assert len(labels) == 3
118
119
-
+@pytest.mark.skip(reason="feature under development")
120
def test_model_run_export_v2(model_run_with_model_run_data_rows,
121
configured_project):
122
task_name = "test_task"
0 commit comments