Cannot perform single test in Intellij #3461
Unanswered
mosesonline
asked this question in
Q&A
Replies: 2 comments 6 replies
|
I have the same problem, and we're not alone. I had an ugly solution which consisted of commenting out uncompilable code (see #3411 (comment)). I found a setting in IntelliJ that would allow the code to compile:
This setting will be undone when you reload the project from Maven. You will then need to do this setting again. Tell me if this has worked for you. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment








Uh oh!
There was an error while loading. Please reload this page.
Hello,
I would like to contribute, so I checked out the code and I can
mvn installand use the build version. I can run all the tests with mvn but to understand the code I would like to debug it.So I tried to run a single test (AccessibilityTest#testGeneratedModifiersFromAbstractClassAreCorrect) but i recieve an error:
I use java corretto 11.0.21 for the mvn builds and the singel test runs.
All reactions