Skip to content

Commit e10b35a

Browse files
committed
Disable test
1 parent b1c55c2 commit e10b35a

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
@@ -117,7 +117,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
117117
assert len(labels) == 3
118118

119119

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

0 commit comments

Comments
 (0)