I've seen some cases where IDEA was not properly handling the test cases, so you need to do the following:
1. Go to the root of the hibernate folder 2. Run the following command:
> gradle clean testClasses
Afterward, you can run any unit test in IDEA as well.