-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Revert "fix: deactivate broken test and remove test platform config" #4100
Conversation
actual fixes need to be backport to stable-20.0 as far as I understood |
c44ca6e
to
6a75f39
Compare
things that need to be fixed:
|
// useJUnitPlatform() | ||
// } | ||
// } | ||
testOptions { |
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.
See this change which breaks exactly what you are experiencing @mahibi hence I killed it but this revert brings it back since this has been merged to master via offline capabilities PR by @rapterjet2004
If you remove the code I commented above you will see junit fail since the model introduced needs a full initializing data-wise so you face a test's compile error |
6a75f39
to
5514be3
Compare
This reverts commit 3762540. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
5514be3
to
ac21716
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4100-talk.apk |
for the lint complain regarding pip-mode i created #4153 |
/backport to stable-20.0 |
This reverts commit 3762540.
Commenting out was needed to return to green CI.
🚧 TODO
🏁 Checklist
/backport to stable-xx.x