I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node wi
I faced similar issue while running the tests on Jenkins, same tests were passing locally.
I was able resolve the issue by setting log level to WARN
WARN