This JUnit XML file causes the build to be unstable. Why isn't it failed instead?
<testsuite tests="2" failures="1" name="group1" time="4"> <testcase classname="group1.test_foo" name="bar" time="2"><failure type="Unused" message="it failed"></failure><system-out>SEED=1</system-out></testcase> <testcase classname="group1.test_foo" name="bar" time="2"><system-out>SEED=2</system-out></testcase> </testsuite> Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
