Steps to disable TestNG default HTML Report generation is as follows - 
- Right Click on [Java Project]
 - Select [Properties]
 - Select [TestNG]
 - Select [Disable default Listeners]
 - Click on [Ok] button
 
Note - This would work if you have installed TestNG as Eclipse plug-in.