Hi,
This is due to the instrumentation that NCrunch introduces in order to analyse code coverage at runtime. You can turn off instrumentation in your NCrunch project configuration, but note that by doing this you will lose code coverage for the entire project. My suggestion would be to use an "#if NCRUNCH" directive to introduce alternative behaviour for your test while it is running under NCrunch.
Cheers,
Remco