A new test gets unexpectedly ignored in the report

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!

I don’t know, share your test through a PR maybe so one can actually see what you did?

Thanks for the response. I’ll raise a PR and share it here soon (resolving few other issues)

Thank for your patience. I have opened a draft PR here where you can take a look at the changes.

1 Like