Intelliji IDEA cannot run single test unless all tests are built successfully

190 views Asked by At

Using Intelliji Community Edition 2022.03 on windows 11, working with Maven 3.6.3 and Java-8. Been experiencing strange issue: I cannot run single Junit||Blueprint test if that test has problem, the IDE always try to build the whole test file and then failed at that single problematic test. So the situation end up being I have to run all the test successfully in order to run single test. I am sure it is related to my local environment, because my colleges have no such problem we have everything the same. and I also have no such problem in linux VM.

enter image description here

I have tried

  • install unintall different versions of IDE
  • Modify test to not build before run, works, but if I change code, no auto detection, so barely

Any wise men got some ideas please ?

0

There are 0 answers