Skip to content

Commit

Permalink
skip flaky suite (elastic#168745)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 13, 2023
1 parent 674857b commit 43a1e15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 43a1e15

Please sign in to comment.