mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Disable the remaining messages check for uploads
The HTTP request for the statistics is taking more 30 seconds which leads to 504 errors from CloudFront.
This commit is contained in:
committed by
Andrew White
parent
658e40b6c5
commit
00c3943222
@@ -38,9 +38,9 @@ def test_client_gets_service(mocker):
|
||||
|
||||
|
||||
@pytest.mark.parametrize('today_only, limit_days', [
|
||||
(True, None),
|
||||
(False, None),
|
||||
(False, 30),
|
||||
pytest.param(True, None, marks=pytest.mark.xfail(raises=AssertionError)),
|
||||
])
|
||||
def test_client_gets_service_statistics(mocker, today_only, limit_days):
|
||||
client = ServiceAPIClient()
|
||||
|
||||
Reference in New Issue
Block a user