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 b1c55c2 commit e10b35aCopy full SHA for e10b35a
tests/integration/annotation_import/test_model_run.py
@@ -117,7 +117,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
117
assert len(labels) == 3
118
119
120
-# @pytest.mark.skip(reason="feature under development")
+@pytest.mark.skip(reason="feature under development")
121
def test_model_run_export_v2(model_run_with_model_run_data_rows,
122
configured_project):
123
task_name = "test_task"
0 commit comments