Skip to content

Commit a925427

Browse files
authored
tests: skip universe domain test in preprod (#1386)
1 parent abc8061 commit a925427

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/system/test__signing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ def test_create_signed_read_url_v4_w_access_token(
287287
)
288288

289289

290+
@pytest.mark.skipif(
291+
_helpers.is_api_endpoint_override,
292+
reason="Credentials not yet supported in preprod testing.",
293+
)
290294
def test_create_signed_read_url_v4_w_access_token_universe_domain(
291295
universe_domain_iam_client,
292296
universe_domain_client,

0 commit comments

Comments
 (0)