If you want these to be integration tests, it should not distribute one of the unit test base classes, so change it to
class UserEventControllerTests extends GroovyTestCase {
...
}
and make sure that it is in the test / integration, and not in the test / block.
, ( UserEventControllerTests), ControllerUnitTestCase. , ( mockDomain ), , . .
10 : http://grails.org/doc/latest/