gitlab-ci: fix excluding @LargeTest from emulator jobs

fixup for !899
This commit is contained in:
Hans-Christoph Steiner 2021-01-27 14:55:38 +01:00
parent 9eba243092
commit 8f64b45e79
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ errorprone:
- adb devices
- adb shell input keyevent 82 &
- if [ $AVD_SDK -lt 25 ] || ! emulator -accel-check; then
export FLAG=-Pandroid.testInstrumentationRunnerArguments.notAnnotation=android.support.test.filters.LargeTest;
export FLAG=-Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.LargeTest;
fi
- ./gradlew connectedFullDebugAndroidTest $FLAG
|| ./gradlew connectedFullDebugAndroidTest $FLAG