Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-74004
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl authored Aug 14, 2020
2 parents 3192273 + 3199af1 commit f954d85
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 f954d85

Please sign in to comment.