On Thu, Nov 14, 2013 at 11:34 PM, Yonik Seeley <[email protected]> wrote: > But last I knew, tests annotated with @Slow were still included with > "ant test". Has this changed?
We have <property name="tests.slow" value="true" /> in common-build.xml so tests annotated with @Slow are indeed supposed to be included when calling `ant test`. -- Adrien --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
