Hi,

On Wed, May 22, 2013 at 12:02 PM,  <thom...@apache.org> wrote:
> +    @Ignore
> +    public void testConcurrent() throws Exception {

Note that the @Ignore annotation only works for JUnit 4.x tests. The
AbstractQueryTest base class extends TestCase, so it's treated as a
JUnit 3.x test. I changed the ignore mechanism in revision 1485156.

BR,

Jukka Zitting

Reply via email to