skip flaky suite (#169396)

This commit is contained in:
Tiago Costa 2023-10-25 04:50:16 +01:00
parent 81d0b6eb4d
commit 8366c8b32c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -31,7 +31,8 @@ import { hostsUrl } from '../../../urls/navigation';
import { cleanKibana, scrollToBottom } from '../../../tasks/common';
// Failing in serverless
describe('timeline data providers', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169396
describe.skip('timeline data providers', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cleanKibana();
});