Skip to content

Commit

Permalink
skip failing test suite (#196226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 8, 2024
1 parent 4670624 commit ceec5ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function findBackfillTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');

describe('find backfill', () => {
// Failing: See https://github.com/elastic/kibana/issues/196226
describe.skip('find backfill', () => {
let backfillIds: Array<{ id: string; spaceId: string }> = [];
const objectRemover = new ObjectRemover(supertest);
const start1 = moment().utc().startOf('day').subtract(14, 'days').toISOString();
Expand Down

0 comments on commit ceec5ae

Please sign in to comment.