Skip to content

Commit 1086f94

Browse files
authored
fix(payments): skip connector integ tests that require CDP credentials (#462)
1 parent 65df922 commit 1086f94

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests_integ/payments/test_payment_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def test_update_payment_manager(self):
150150

151151
assert update_result.get("paymentManagerId") == payment_manager_id
152152

153+
@pytest.mark.skip(reason="Requires real CDP credential provider - needs CDP credentials configured")
153154
def test_create_and_get_payment_connector(self):
154155
"""Test creating and retrieving a payment connector."""
155156
# First create a payment manager
@@ -219,6 +220,7 @@ def test_list_payment_connectors(self):
219220
assert "name" in connector
220221
assert "status" in connector
221222

223+
@pytest.mark.skip(reason="Requires real CDP credential provider - needs CDP credentials configured")
222224
def test_update_payment_connector(self):
223225
"""Test updating a payment connector."""
224226
# First create a payment manager

0 commit comments

Comments
 (0)