Skip to content

Commit

Permalink
tests: skip universe domain test in preprod (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco authored Nov 21, 2024
1 parent abc8061 commit a925427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/system/test__signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ def test_create_signed_read_url_v4_w_access_token(
)


@pytest.mark.skipif(
_helpers.is_api_endpoint_override,
reason="Credentials not yet supported in preprod testing.",
)
def test_create_signed_read_url_v4_w_access_token_universe_domain(
universe_domain_iam_client,
universe_domain_client,
Expand Down

0 comments on commit a925427

Please sign in to comment.