Skip to content

Update calls for SkipIntegrationTests to not return

What does this MR do?

  • Removes if statement around calls to SkipIntegrationTests.
  • Updates SkipIntegrationTests to not return.
  • Prioritises cheaper skip calls first.

Why was this MR needed?

SkipIntegrationTests has t.Skip inside so there's no need for the condition.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #25553 (closed)

Edited by Arran Walker

Merge request reports