Running single test

I am kind of stumped here.

I have some tests in a package. I have been trying to run a specific test class named “RegionalPageTest”.
Using -Dtest.single or --tests Regional does not find the test. In the same package I have two more tests containing Regional, one of these is found with --tests Regional but not the one I intend. Also a test in a subpackage is found containing “Regional” in the classname.

The tests compile and run under JUnit.

There seems to be no difference what so ever between the tests. Anyone has any hint on what to look at?

Edit- Found it
https://issues.gradle.org/browse/GRADLE-3112