Skip to content

Fix flaky rake task specs

Michael Kozono requested to merge fix-backup-rake-task-spec into master

What does this MR do and why?

Reverts before_all to before(:all) to run rake_require lines. It seems like the requires are flaky inside of before_all. And these blocks are not inserting data into the DB, so a DB transaction is not needed.

Resolves #420379 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michael Kozono

Merge request reports

Loading