skip flaky suite (#183579)

This commit is contained in:
Tiago Costa 2024-05-16 16:50:40 +01:00
parent 81679a96aa
commit 7e10adac5c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -48,7 +48,8 @@ import { GLOBAL_SEARCH_BAR_FILTER_ITEM_AT } from '../../../screens/search_bar';
const mockTimeline = getTimeline();
describe('Timeline Templates', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/183579
describe.skip('Timeline Templates', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
deleteTimelines();