-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add emulators to CI #2980
Add emulators to CI #2980
Conversation
aa66376
to
fa81439
Compare
@TranceLove is it possible we have two bouncycastle versions?
|
@EmmanuelMess See dependency tree? Can exclude from one of the places. |
2d7ef64
to
a833ae7
Compare
Are there no tests for android 16? |
The failing test shows that the emulator works, but the test doesn't actually pass any longer. |
b5b47ea
to
721ea35
Compare
No. But I did hit the same problem before... and yes, I saw you did the module replacement trick on |
721ea35
to
22cec8f
Compare
22cec8f
to
fef4082
Compare
f6cf14e
to
eddadc4
Compare
99cb611
to
9ecef42
Compare
768d530
to
f3f24f7
Compare
@TranceLove @VishalNehra this is ready, some tests don't run and have been momentarily suppressed. |
- FtpServiceEspressoTest and TextEditorActivityEspressoTest have to keep disabled as they have to deal with latest storage access model - Removed FtpServiceStaticMethodsTest.testGetLocalInetAddressMustBeAPAddress() since we don't check for 192.168.43.1 anymore after TeamAmaze#3030 - Fixed UtilsHandlerTest, as passwords are stored encrypted in database now
- FtpServiceEspressoTest and TextEditorActivityEspressoTest have to keep disabled as they have to deal with latest storage access model - Removed FtpServiceStaticMethodsTest.testGetLocalInetAddressMustBeAPAddress() since we don't check for 192.168.43.1 anymore after TeamAmaze#3030 - Fixed UtilsHandlerTest, as passwords are stored encrypted in database now
For running Android R or above, where MANAGE_EXTERNAL_STORAGE permission have to be obtained prior running Espresso tests, or tests may fail. Requires Android UI Automator framework, which requires min-sdk = 18, hence it's disabled by default :(
Fix or disable Espresso tests
@TranceLove seems that the tests broke, one too many @Supress where removed. |
…mpty() Make it only run on API 25 or above.
One more try: EmmanuelMess#22 |
@TranceLove @VishalNehra this is ready, some tests don't run and have been momentarily suppressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good to give this a +1.
Description
See https://github.com/marketplace/actions/android-emulator-runner
Issue tracker
Automatic tests
Manual tests
Build tasks success
Successfully running following tasks on local:
./gradlew assembledebug
./gradlew spotlessCheck