Skip to content

Commit 20ebba6

Browse files
authored
Merge pull request #496 from Labelbox/jt/tagtest
Skip Tag Test
2 parents 39ea112 + a7fc040 commit 20ebba6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/test_project.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ def test_project(client, rand_gen):
4343
assert set(final) == set(before)
4444

4545

46+
@pytest.mark.skip(
47+
reason="this will fail if run multiple times, limit is defaulted to 3 per org"
48+
"add this back in when either all test orgs have unlimited, or we delete all tags befoer running"
49+
)
4650
def test_update_project_resource_tags(client, rand_gen):
4751
before = list(client.get_projects())
4852
for o in before:

0 commit comments

Comments
 (0)