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.
2 parents 39ea112 + a7fc040 commit 20ebba6Copy full SHA for 20ebba6
tests/integration/test_project.py
@@ -43,6 +43,10 @@ def test_project(client, rand_gen):
43
assert set(final) == set(before)
44
45
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
+)
50
def test_update_project_resource_tags(client, rand_gen):
51
before = list(client.get_projects())
52
for o in before:
0 commit comments