Skip to content

Commit

Permalink
skip flaky suite (elastic#191117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 8, 2024
1 parent a2a71b7 commit b196452
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', () => {
// FLAKY: 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 b196452

Please sign in to comment.