Open
Description
When running with @Execution(ExecutionMode.CONCURRENT)
on class level and @Nested
test classes, it seems that all tests are named after the first nested test class that is run and then all tests are added to that snapshot file.
Expected behaviour is of course that the names are the same with and without parallel execution of junit 5 tests.