TestReport task is 'Discarding duplicate results for test'

Is it somehow possible to tell the TestReport task not to discard duplicate results?

For integration test I start the very same tests multiple times with help of multiple test tasks. So all test run against the old and the new database scheme in order to see migration works.

The binary test results are collected neatly into different directories like so: - build\test-results\binary\oldSchemaTest - build\test-results\binary\newSchemaTest

The TestReport discards all assumed duplicated test results which in this case are not duplicated but same implementation with different test setups.

Thanks, David

Unfortunately, there’s no way to avoid this right now. I’ve raised GRADLE-2809 as bug for this.