Run KVM tests on SDK 28 due to mock limitation

This commit is contained in:
Torsten Grote 2023-06-12 15:53:32 -03:00 committed by Hans-Christoph Steiner
parent 6a5022511e
commit e83bf6f94c
2 changed files with 4 additions and 4 deletions

View File

@ -221,7 +221,7 @@ libs database schema:
- adb shell input keyevent 82 &
- ./gradlew installFullDebug
- adb shell am start -n org.fdroid.fdroid.debug/org.fdroid.fdroid.views.main.MainActivity
- if [ $AVD_SDK -lt 25 ] || ! emulator -accel-check; then
- if [ $AVD_SDK -lt 29 ] || ! emulator -accel-check; then
export FLAG=-Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.LargeTest;
fi
- ./gradlew connectedFullDebugAndroidTest $FLAG
@ -246,7 +246,7 @@ libs database schema:
- start-emulator.sh
- ./gradlew installFullDebug
- adb shell am start -n org.fdroid.fdroid.debug/org.fdroid.fdroid.views.main.MainActivity
- if [ $AVD_SDK -lt 25 ] || ! emulator -accel-check; then
- if [ $AVD_SDK -lt 29 ] || ! emulator -accel-check; then
export FLAG=-Pandroid.testInstrumentationRunnerArguments.notAnnotation=androidx.test.filters.LargeTest;
fi
- ./gradlew :app:connectedFullDebugAndroidTest :libs:database:connectedCheck :libs:download:connectedCheck :libs:index:connectedCheck $FLAG
@ -267,7 +267,8 @@ libs database schema:
<<: *test-template
<<: *kvm-connected-template
kvm 23 default x86:
# Running dbShared tests needs SDK 28: https://github.com/mockk/mockk/issues/182
kvm 28 default x86:
<<: *test-template
<<: *kvm-template

View File

@ -1 +0,0 @@
../../index/src/sharedTest