Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip csv_export_new_applications test as it fails constantly in deploy #2236

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import Dict, List
from zipfile import ZipFile

import pytest
from dateutil.relativedelta import relativedelta
from django.http import HttpResponse, StreamingHttpResponse
from rest_framework.reverse import reverse
Expand Down Expand Up @@ -117,7 +118,11 @@ def _create_applications_for_export():
return (application1, application2, application3, application4)


@pytest.mark.skip(
reason="This test fails in deploy pipeline -- DETAIL: Key (username)=(masonzachary_a45eb8) already exists."
)
def test_applications_csv_export_new_applications(handler_api_client):
pytest
(
application1,
application2,
Expand Down