Enable mute test with database in BaseKotlinJpsBuildTestCase

This commit is contained in:
Nikolay Krasko
2020-02-26 16:10:00 +03:00
parent 31ba40cc99
commit 26df2a5c68
2 changed files with 8 additions and 1 deletions
@@ -41,7 +41,7 @@ public class AndroidJpsBuildTestCase extends BaseKotlinJpsBuildTestCase {
}
@Override
protected void runTest() throws Throwable {
protected void runTest() {
doTest();
}