-
Notifications
You must be signed in to change notification settings - Fork 249
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
UI test cases failing on API 34 #190
Comments
With compile SDK 34, and Android gradle plugin 8.x, the following error is printed out:
Also following errors are printed:
Version 2.28.1 |
@Malachiasz @varunajaygupta do you have the same issue using the latest version, 2.28.3? |
Yes, back then I have also given a try to the newest version but there was no difference. |
Hi, same is happening in our project. instrumentation tests passes when running on API 33 but fail when running on API 34. Logs:
Tried with version 2.28.3 and 2.28.4. |
I had similar problem, in my case mockito-kotlin added as dependency was causing this issue, but excluding "org.mockito" group from it helped.
|
Hi,
After upgrading the compileSdk and targetSdk to API 34, UI test cases have encountered failures specifically on the API 34 emulator. However, they continue to function as expected on emulators running API 33 or lower.
Full logs available here: logs.txt
The text was updated successfully, but these errors were encountered: