Turn off profiling in tests

Hi all,

Is there a way to turn off profiling output when running app tests?
It can be done by rake test 2>/dev/null because profiling output is
written to STDERR, but I want it off per default.

Thanks

Tobi