Yes, the test has been failing over and over again in hudson (and locally) for quite some time.
At this point, because everyone ignores when the test fails, the test is totally useless. so I formally @Ignored it for this reason so we can concentrate on real test failures. On Fri, Oct 28, 2011 at 6:55 PM, Chris Hostetter <[email protected]> wrote: > > : URL: http://svn.apache.org/viewvc?rev=1189160&view=rev > : Log: > : disable test > > is there some context to this? > > is the test broken? is the code being tested broken? > > is there an open Jira issue reated to whatever hte problem is? > > can we get a Jira number in that @Ignore message so people who come across > this test have some idea WTF is going on? > > (i assume there is some thread about this somwhere that i just > haven't found yet in my backlog of mail, but @Ignore messages really need > to stand on their own explaining wy the test is being ignored) > > > : - @Test > : + @Test @Ignore("fix me") > : public void testJmxOnCoreReload() throws Exception { > : List<MBeanServer> servers = MBeanServerFactory.findMBeanServer(null); > : MBeanServer mbeanServer = servers.get(0); > > > -Hoss > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
