Skip to content

Commit

Permalink
skip flaky suite (#169866)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 20, 2023
1 parent b54d00d commit 0a09215
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ describe('Timelines', (): void => {
deleteTimelines();
});

describe('Toggle create timeline from plus icon', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169866
describe.skip('Toggle create timeline from plus icon', () => {
context('Privileges: CRUD', { tags: '@ess' }, () => {
beforeEach(() => {
login();
Expand Down

0 comments on commit 0a09215

Please sign in to comment.