mirror of
https://github.com/simple-login/app.git
synced 2025-09-04 13:44:23 +08:00
test: skip apple payment test (#2457)
This commit is contained in:
parent
6e898b141a
commit
a3d7732ed8
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue