mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#168745)
This commit is contained in:
parent
674857b389
commit
43a1e15452
1 changed files with 2 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue