Skip to content

Commit

Permalink
skip "run cancels expired tasks prior to running new tasks"
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 21, 2021
1 parent 8c909d7 commit 733940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/task_manager/server/task_pool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('TaskPool', () => {
sinon.assert.calledOnce(secondRun);
});

test('run cancels expired tasks prior to running new tasks', async () => {
test.skip('run cancels expired tasks prior to running new tasks', async () => {
const logger = loggingSystemMock.create().get();
const pool = new TaskPool({
maxWorkers$: of(2),
Expand Down

0 comments on commit 733940e

Please sign in to comment.