Skip to content

Create a new project for each spec and for each retry

Sanad Liaquat requested to merge qa-shl-fix-project-audit-logs-specs into master

What does this MR do?

Fixes a problem where after a 1st try failure, the test would try to find export_project_link but couldn't because the project had already been exported. With this fix, a new project will be created for each retry (and for each test within this file).

Closes #35602 (closed)

Conformity

Edited by Sanad Liaquat

Merge request reports