I've tried millions of combination to run only single specific test with matrix_cubrid.
Example:
./gradlew clean -Dtest.single=EntityTest :hibernate-core:matrix_cubrid ./gradlew clean -Dtest.single=EntityTest hibernate-core:matrix_cubrid ./gradlew clean -Dtest.single=EntityTest matrix_cubrid:test
And tons of other combinations. Can't find a working command. It either runs all commands or can't find the test.
Please help! Otherwise, I'm simply tired of searching for working solution.