Disable parallel execution for gradle tests
This commit is contained in:
@@ -101,7 +101,7 @@ sourceSets {
|
|||||||
|
|
||||||
testsJar()
|
testsJar()
|
||||||
|
|
||||||
projectTest(parallel = true) {
|
projectTest(parallel = false) {
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
useAndroidSdk()
|
useAndroidSdk()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user