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