Disable parallel execution for gradle tests

This commit is contained in:
Nikolay Krasko
2020-03-02 16:12:34 +03:00
parent c0cd010b7d
commit 208c7274dd
+1 -1
View File
@@ -101,7 +101,7 @@ sourceSets {
testsJar()
projectTest(parallel = true) {
projectTest(parallel = false) {
workingDir = rootDir
useAndroidSdk()