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 31eee07 commit bf9d0a6Copy full SHA for bf9d0a6
tests/integration/test_relationships.py
@@ -3,7 +3,6 @@
3
from labelbox.exceptions import InvalidQueryError
4
5
6
-@pytest.mark.skip("api bug is causing this to break. This is being addressed")
7
def test_project_dataset(client, rand_gen):
8
project = client.create_project(name=rand_gen(str))
9
dataset = client.create_dataset(name=rand_gen(str))
0 commit comments