ci: Fix test exclusion list in combination with other exclusions (#9277)
This commit is contained in:
@@ -271,7 +271,7 @@ describe('PushWorker', () => {
|
||||
toAwait.then(done).catch(done);
|
||||
});
|
||||
|
||||
it_id('764d28ab-241b-4b96-8ce9-e03541850e3f')('tracks push status per UTC offsets', done => {
|
||||
it_id('764d28ab-241b-4b96-8ce9-e03541850e3f')(it)('tracks push status per UTC offsets', done => {
|
||||
const config = Config.get('test');
|
||||
const handler = pushStatusHandler(config);
|
||||
const spy = spyOn(rest, 'update').and.callThrough();
|
||||
|
||||
Reference in New Issue
Block a user