-
Notifications
You must be signed in to change notification settings - Fork 17
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
[BUG] Robolectric tests are failing in 4.1.0 and later #20
Comments
It seems Robolectric is failing because it's classes are repacked by this plugin. If there is a way to bypass this, it should run just fine. |
@MuntashirAkon What about trying 4.3.0, looks like it introduces a new change to restrict instrumentation scope when applying it as a library: 484a285. cc @Kyle-Falconer. |
Already tested, and it was not working. Transformation were still happening:
The last working version is still v4.0.0. |
@MuntashirAkon What about disabling conscrypt mode with Config? See robolectric/robolectric#8165. Also trying to removing conscrypt from explicit dependencies. |
Yes, I tried disabling conscrypt. See my comment in the other issue. |
|
I can confirm this is an issue. Version 4.4.0 does not work with robolectric: digest error at OpenSSLProvider. I downgraded to 4.0.0. I am a new user of your tool. Thank you for the amazing work you did! Well done and valuable! |
After updating to 4.1.0, all the Roboletric tests are failing with the following error:
Related issue: #5
The text was updated successfully, but these errors were encountered: