Skip to content

Commit

Permalink
Remove disabled panel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Jan 24, 2020
1 parent ad15369 commit fad8e85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
8 changes: 0 additions & 8 deletions x-pack/legacy/plugins/canvas/.storybook/storyshots.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ jest.mock('@elastic/eui/packages/react-datepicker', () => {

jest.mock('plugins/interpreter/registries', () => ({}));

// Disabling this test due to https://github.com/elastic/eui/issues/2242
jest.mock(
'../public/components/workpad_header/workpad_export/__examples__/disabled_panel.stories',
() => {
return 'Disabled Panel';
}
);

// Disabling this test due to https://github.com/elastic/eui/issues/2242
jest.mock(
'../public/components/workpad_header/workpad_export/flyout/__examples__/share_website_flyout.stories',
Expand Down

This file was deleted.

0 comments on commit fad8e85

Please sign in to comment.