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 e1ee4e2 commit d688730Copy full SHA for d688730
tests/integration/test_project.py
@@ -41,7 +41,7 @@ def test_project(client, rand_gen):
41
projects = list(client.get_projects())
42
assert project not in projects
43
44
-
+@pytest.mark.skip(reason="feature under development")
45
def test_project_export_v2(configured_project_with_label):
46
project, _, _, label = configured_project_with_label
47
label_id = label.uid
0 commit comments