Mircea,
Instead of commenting out, you can do:
Test(enabled=false)
This allows us to track disabled tests in the future,
although surefire
doesn't help us with that at the moment.
-Jason
jbosscache-commits lists.jboss.org wrote:
> Author: mircea.markus
> Date: 2007-10-03 11:27:38 -0400 (Wed, 03 Oct 2007)
> New Revision: 4530
>
> Modified:
>
core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxC
onfigTest.java
> Log:
> temporarly commented a test that was hanging
>
> Modified:
core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxC
onfigTest.java
>
============================================================
=======
> ---
core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxC
onfigTest.java 2007-10-02 19:10:37 UTC (rev 4529)
> +++
core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxC
onfigTest.java 2007-10-03 15:27:38 UTC (rev 4530)
>  -60,9 +60,10 
>
> public void testValidMuxConfig() throws Exception
> {
> - muxHelper.configureCacheForMux(cache);
> -
> - checkStart(false, true);
> + //todo this test hangs on forever. Uncomment it
and make it work...
> +// muxHelper.configureCacheForMux(cache);
> +//
> +// checkStart(false, true);
> }
>
> public void testMissingMuxChannelFactory() throws
Exception
>
> _______________________________________________
> jbosscache-commits mailing list
> jbosscache-commits lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosscache-c
ommits
_______________________________________________
jbosscache-dev mailing list
jbosscache-dev lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosscache-dev
a>
|