In IDEA 6 i had the idea.load.plugins=false parameter set to run my plugin unit tests using the test framework without the IDEA plugin getting loaded. This worked fine.
It seems that in IDEA 7 this has stopped working and all the plugin are getting loaded even with the same parameter set.
This is a blocker as i can't run any unit tests using the test framework on my plugin.