skip failing test suite (#208749)

This commit is contained in:
Kibana Machine 2025-03-08 04:21:48 +11:00
parent fbcc7e368e
commit 3023b46d31

View file

@ -18,7 +18,8 @@ export default function updateGapsTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const retry = getService('retry');
describe('update gaps', () => {
// Failing: See https://github.com/elastic/kibana/issues/208749
describe.skip('update gaps', () => {
const objectRemover = new ObjectRemover(supertest);
const gapStart = moment().subtract(14, 'days').startOf('day').toISOString();
const gapEnd = moment().subtract(13, 'days').startOf('day').toISOString();