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