In our project we check in the *.ncrunchproject files in our SCM because every developer should have the same settings (e.g. “Consider inconclusive test as passing” = True).
Unfortunately the “Ignore test(s)” settings are stored in the *.ncrunchproject files as well. In my opinion these settings should not be shared among different developers, because they should only be used to temporarily ignore passing tests, to get faster test feedback.
Please consider removing the “Ignore test(s)” settings from the *.ncrunchproject file.