Skip to content

Commit

Permalink
skip failing test suite (#191117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 6, 2024
1 parent 1416bd0 commit ef6f3c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jest.mock('../queries/task_claiming', () => {

const taskManagerStartSpy = jest.spyOn(TaskManagerPlugin.prototype, 'start');

describe('capacity based claiming', () => {
// Failing: See https://github.com/elastic/kibana/issues/191117
describe.skip('capacity based claiming', () => {
const taskIdsToRemove: string[] = [];
let esServer: TestElasticsearchUtils;
let kibanaServer: TestKibanaUtils;
Expand Down

0 comments on commit ef6f3c7

Please sign in to comment.