Skip to content

Commit

Permalink
skip flaky suite (elastic#169882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 27, 2023
1 parent f8e9923 commit 612afd2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ describe('Timeline search and filters', { tags: ['@ess', '@serverless'] }, () =>
});
});

describe('Update kqlMode for timeline', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169882
describe.skip('Update kqlMode for timeline', () => {
beforeEach(() => {
login();
visit(TIMELINES_URL);
Expand Down

0 comments on commit 612afd2

Please sign in to comment.