mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#196226)
This commit is contained in:
parent
4670624ecf
commit
ceec5aeb3e
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue