Home > Net >  Intellij idea doesn't run unit tests
Intellij idea doesn't run unit tests

Time:09-08

I'm working on a spring boot project and until recently it was fine but now i can't run unit tests. It gives the error:

'int org.jvnet.winp.Native.setPriority(int, int)'

I've searched but found nothing, what might couse the error? (btw it runs the project itself just not the unit tests)

Edit: i just realized it works if i open the app by idea.bat file but not when i open with the exe file.

CodePudding user response:

I opened a ticked at jetbrains, and turns out it was cousing by a third party security tool.

  • Related