Skip to content

Remove global wrapper.destroy() in teardown calls

What does this MR do and why?

Fixes: #396702 (closed)

Remove cases where wrapper.destroy() is called inside if block in the afterEach or afterAll, these cases are not triggering the linter rule, but they should still be removed.

MR acceptance checklist

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

Related to #396702 (closed)

Edited by Miguel Rincon

Merge request reports