Skip to content

Commit 48fb8d2

Browse files
NRL-1662 Skip capability statement test
1 parent 3321105 commit 48fb8d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/smoke/scenarios/api_capability_statement_lookup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ def is_public_url():
99
return os.environ.get("TEST_CONNECT_MODE") == "public"
1010

1111

12-
@pytest.mark.skipif(
13-
not is_public_url(),
12+
@pytest.mark.skip(
1413
reason="Capability statements only work via APIGEE in persistent environments",
1514
)
1615
def test_read_api_capability_statements(

0 commit comments

Comments
 (0)