A test I've just added is being ignored when it's being called with the -Dtestmethod.
Here is the command line: ant test -Dtestcase=StreamExpressionTest -Dtestmethod=testSignifcantTermsStream Here are some snippets from the output: ------------------------------ ------------------------------ [junit4] 2> 6440 INFO (TEST-StreamExpressionTest.testSignifcantTermsStream-seed#[619661D6DA496076]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testSignifcantTermsStream [junit4] IGNOR/A 0.18s | StreamExpressionTest.testSignifcantTermsStream [junit4] > Assumption #1: got: <false>, expected: is <true> .... [junit4] Tests summary: 1 suite, 1 test, 1 ignored (1 assumption) ------------------------------------- ------------------------------------- Is anyone else seeing this behavior or have any idea why this might be happening? Thanks
