Skip to content

Commit bf9d0a6

Browse files
author
Matt Sokoloff
committed
add back test
1 parent 31eee07 commit bf9d0a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_relationships.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from labelbox.exceptions import InvalidQueryError
44

55

6-
@pytest.mark.skip("api bug is causing this to break. This is being addressed")
76
def test_project_dataset(client, rand_gen):
87
project = client.create_project(name=rand_gen(str))
98
dataset = client.create_dataset(name=rand_gen(str))

0 commit comments

Comments
 (0)