Skip to content

Commit 4f1299d

Browse files
committed
marking tag test as skip until we can find a way to fix
1 parent 790261c commit 4f1299d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/test_project.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import json
2+
import re
23

34
import pytest
45
import requests
@@ -43,6 +44,10 @@ def test_project(client, rand_gen):
4344
assert set(final) == set(before)
4445

4546

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

0 commit comments

Comments
 (0)