Transient failure in browser_ui/3_create/repository/push_over_http_file_size_spec.rb | Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit
### Full description Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit ### File path ./qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb ### Stack trace ``` Failure/Error: @project = Resource::Project.fabricate_via_api! do |p| p.name = 'project-test-push-limit' p.initialize_with_readme = true end QA::Resource::ApiFabricator::InternalServerError: Failed to GET http://gitlab-ee-37937c1e.test/api/v4/groups/gitlab-qa-sandbox-group%2Fqa-test-2021-01-15-00-29-01-247754897628ae54?private_token=[****] - (500): `{"message":"500 Internal Server Error"}`. ``` First happened in https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/964598621.
issue