Skip to content

Commit

Permalink
skip flaky suite (elastic#168758)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 04d0208 commit 24d4584
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const INITIAL_END_DATE = 'Jan 19, 2024 @ 20:33:29.186';
const NEW_START_DATE = 'Jan 18, 2023 @ 20:33:29.186';
const esqlQuery = 'from auditbeat-* | where ecs.version == "8.0.0"';

describe(
// FLAKY: https://github.com/elastic/kibana/issues/168758
describe.skip(
'Basic esql search and filter operations',
{
tags: ['@ess'],
Expand Down

0 comments on commit 24d4584

Please sign in to comment.