blob: c631cce72c6bfe97a5f7ac59c6ceabf8389872f6 (
plain)
1
2
3
4
5
6
|
runTests() {
./gradlew connectedPlayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
}
# Retry tests to make them less flaky
runTests || runTests || runTests
|