Add line to disable large tests

This commit is contained in:
2016-03-18 10:58:18 -04:00
parent 326cb8f73f
commit 7d9a94ae9e

View File

@@ -13,6 +13,7 @@ android {
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
//testInstrumentationRunnerArgument "size", "small"
}
buildTypes {