Skip to content

Refactor @Nested tests in integration tests #2479

Closed
@sothawo

Description

@sothawo

The integration tests rely on ordered test method execution to clean up the used indices during the test. Wehn nested test classes are used, they are executed after the "normal" test methods. This leads to the cleanup method running before the nested tests classes and at the end the indices are not removed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions