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

Reenable test #1019

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Commit prior to build report from raw content
  • Loading branch information
trent-codecov committed Jan 21, 2025
commit e8a4b37e795cef1faba3f2d122ca9ccb6a8a1e61
2 changes: 2 additions & 0 deletions tasks/tests/unit/test_upload_task.py
Original file line number Diff line number Diff line change
@@ -683,6 +683,7 @@ def test_upload_task_upload_processing_delay_enough_delay(
mocked_chord.assert_called_with([mocker.ANY, mocker.ANY], mocker.ANY)

@pytest.mark.django_db(databases={"default"}, transaction=True)
@pytest.mark.skip(reason="Bitbucket down is breaking this test")
def test_upload_task_upload_processing_delay_upload_is_none(
self,
mocker,
@@ -691,6 +692,7 @@ def test_upload_task_upload_processing_delay_upload_is_none(
mock_storage,
celery_app,
):

mock_configuration.set_params({"setup": {"upload_processing_delay": 1000}})
mocker.patch.object(UploadTask, "app", celery_app)
mocker.patch(
Loading
Oops, something went wrong.