This seems like a timing issue in tests. Have both of these in the config file. ``` { handler: 'silence', matchId: 'ember-global' }, { handler: 'silence', matchMessage: /Usage of the Ember Global is deprecated/ }, ``` 