Each @ParameterizedTest test can run several times, based on its parameters. So there may be more than one TestResult generated for each test. Refactor is needed.
The current behavior is to filter out tests with @ParameterizedTest annotation when locating tests.