Skip to content

Commit 90467ee

Browse files
author
Matt Sokoloff
committed
format
1 parent 180120f commit 90467ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +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+
119120
@pytest.mark.skip(reason="feature under development")
120121
def test_model_run_export_v2(model_run_with_model_run_data_rows,
121122
configured_project):

tests/integration/test_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_project(client, rand_gen):
4141
projects = list(client.get_projects())
4242
assert project not in projects
4343

44+
4445
@pytest.mark.skip(reason="feature under development")
4546
def test_project_export_v2(configured_project_with_label):
4647
project, _, _, label = configured_project_with_label

0 commit comments

Comments
 (0)