To facilitate discussions in emberjs/rfcs#680
The service being looked up in the instance-initializer cannot be re-registered in test, the only way to override the base class behavior is to mutate the concrete service instance.
The reason is instance initializers run before test hooks beforeEach.