test: skip apple payment test (#2457)

This commit is contained in:
Carlos Quintana 2025-05-07 16:39:09 +02:00 committed by GitHub
parent 6e898b141a
commit a3d7732ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,11 @@
import pytest
from flask import url_for
from tests.api.utils import get_new_user_and_api_key
@pytest.mark.skip(reason="apple sandbox environment is too flaky")
def test_apple_process_payment(flask_client):
user, api_key = get_new_user_and_api_key()