Open ghost opened 7 years ago
Hi,
I was using "verbose = 2" in my testng.xml (this OOME wiil occur no matter in which verbose mode the testng is running) , so the exception and assertion can be shown in the console output.
I was wondering if this issue can be walked around by turning off the default reporters? And how can I turn off the default reporters?
EmailableReporter SuiteHTMLReporter XMLReporter JUnitReportReporter FailedReporter
turn off default reporters using:
myTestNG.setUseDefaultListeners(false);
See https://stackoverflow.com/questions/28041967/java-turn-off-testngs-default-reporters-programatically
TestNG Version
Expected behavior
JLM_Tests_Suite Total tests run: 166, Failures: 0, Skips: 0
Actual behavior
Another failure on a different run and failed on different line (the third line.)
Expected behavior
Actual behavior
Is the issue reproductible on runner?
intermittent failure on shell
Test case sample
javacore.20161202.194600.29058.0003.txt
test-output.zip