Skip to content

Commit

Permalink
skip flaky suite (#169093)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 18, 2023
1 parent 9b2292a commit 44d2883
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const INITIAL_END_DATE = 'Jan 19, 2024 @ 20:33:29.186';
const DEFAULT_ESQL_QUERY =
'from .alerts-security.alerts-default,apm-*-transaction*,auditbeat-*,endgame-*,filebeat-*,logs-*,packetbeat-*,traces-apm*,winlogbeat-*,-*elastic-cloud-logs-* | limit 10';

describe(
// FLAKY: https://github.com/elastic/kibana/issues/169093
describe.skip(
'Timeline Discover ESQL State',
{
tags: ['@ess'],
Expand Down

0 comments on commit 44d2883

Please sign in to comment.