Skip to content

Commit

Permalink
skip flaky suite (#74814)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Aug 14, 2020
1 parent 52bd6d9 commit df72212
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jest.mock('react-virtualized-auto-sizer', () => {
}) => children({ width: 100, height: 500 });
});

describe('OpenTimelineModal', () => {
// Failing: See https://github.com/elastic/kibana/issues/74814
describe.skip('OpenTimelineModal', () => {
const theme = () => ({ eui: euiDarkVars, darkMode: true });
const mockInstallPrepackagedTimelines = jest.fn();
beforeEach(() => {
Expand Down

0 comments on commit df72212

Please sign in to comment.