Disable PngSuite test by default.

Results are device-dependent and outside our
control.
This commit is contained in:
akwizgran
2019-12-12 13:24:01 +00:00
parent 24a63b08c0
commit ace1d38966
2 changed files with 18 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ dependencies {
testImplementation "org.jmock:jmock-junit4:$jmockVersion"
testImplementation "org.jmock:jmock-legacy:$jmockVersion"
androidTestImplementation project(path: ':bramble-api', configuration: 'testOutput')
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"