From a92542715a2969e04c944acf180c468504a772b2 Mon Sep 17 00:00:00 2001 From: cojenco Date: Thu, 21 Nov 2024 15:56:03 -0800 Subject: [PATCH] tests: skip universe domain test in preprod (#1386) --- tests/system/test__signing.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/system/test__signing.py b/tests/system/test__signing.py index ee7a85fb7..cdf718d90 100644 --- a/tests/system/test__signing.py +++ b/tests/system/test__signing.py @@ -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,