Unit Test Gradle Failed #4988
-
My code run successfully on my Android Studio, but when I submit pr and the only test failed is
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Is it pure gradle file problem, and what can I do with it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @XichengSpencer, sometimes the CI run times out, and will need to be restarted manually, like in this instance. Here is the link to the Wiki on how to intepret the CI results: https://github.com/oppia/oppia-android/wiki/Interpreting-CI-Results |
Beta Was this translation helpful? Give feedback.
-
Thanks, I didn't find any option to rerun the CI on the GitHub site. Should I wait for the reviewer to do that? |
Beta Was this translation helpful? Give feedback.
Hey @XichengSpencer, the reviewer will rerun the failed test if it's due to timeout at time of merging. Regarding packages are deprecated in gradle packages you can ignore them. Thanks!