skip flaky suite (#168745)

This commit is contained in:
Tiago Costa 2023-10-13 01:48:09 +01:00
parent 674857b389
commit 43a1e15452
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -60,7 +60,8 @@ const TIMELINE_RESPONSE_SAVED_OBJECT_ID_PATH =
'response.body.data.persistTimeline.timeline.savedObjectId';
const esqlQuery = 'from auditbeat-* | where ecs.version == "8.0.0"';
describe(
// FLAKY: https://github.com/elastic/kibana/issues/168745
describe.skip(
'Discover Timeline State Integration',
{
tags: ['@ess', '@brokenInServerless'],