Remove overlap from file size limit tests
Makes the instance-level file size limit set in `push_over_http_file_size_spec` greater than the project-level limit set in `push_rules_spec` so that when the tests are run in parallel (e.g., on Staging) `push_rules_spec` doesn't trigger the application- level limit, which has a different error message and therefore causes the test to fail (even though the push is rejected because it is over the limit).
Showing
Please register or sign in to comment