How to run the tests locally? #1903
marcospereira
started this conversation in
General
Replies: 1 comment 2 replies
-
hi @marcospereira, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My environment
Problem
I'm trying to work on #1732 since that impacts my current project, but I could not run the tests locally. I tried:
./gradlew test
But a series of tests fail:
I don't see these errors on CI, so I tried to run the same command:
But got the same errors. I then tried to run only
PackageNamingFixTest
using IntelliJ, and got this:So maybe I'm hitting a bug? But why is it not failing on CI?
Beta Was this translation helpful? Give feedback.
All reactions