-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for Gradle parallel execution #51
Open
Description
Description
In order for the tests to run properly, we need to disable Gradle parallel execution (org.gradle.parallel=false).
We would like to re-enable this feature in the future. Investigate the root cause and update the appropriate tests if needed.