fix testschedulerunit, which was crashing
An access to KStarsData::Instance() crept into the scheduler code that this scheduler unit test calls. This unit test doesn't instantiate the UI, but KStarsData does access the UI.
Fix the test by disabling a kstars flag in the unit test which will stop the test from using KStarsData.