I have added a new test under org.hibernate.orm.test.queryhint package for my new dialect. Even when I try to run it individually as below, the report generated says it was ignored. I have not added any annotations to skip the test.
./gradlew test --tests org.hibernate.orm.test.queryhint.MyQueryHintTest
What am I missing?
Thanks!