Skip to content

Commit

Permalink
skip flaky suite (#96691)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 12, 2021
1 parent 9946125 commit a05a66c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jest.mock('../../../../common/components/inspect', () => ({
InspectButtonContainer: jest.fn(({ children }) => <div>{children}</div>),
}));

describe('AddTimelineButton', () => {
// FLAKY: https://github.com/elastic/kibana/issues/96691
describe.skip('AddTimelineButton', () => {
let wrapper: ReactWrapper;
const props = {
timelineId: TimelineId.active,
Expand Down

0 comments on commit a05a66c

Please sign in to comment.