diff --git a/src/plugins/event_annotation/public/components/table_list.test.tsx b/src/plugins/event_annotation/public/components/table_list.test.tsx index d1a97ad2ad7fb..57e9f00d43ef6 100644 --- a/src/plugins/event_annotation/public/components/table_list.test.tsx +++ b/src/plugins/event_annotation/public/components/table_list.test.tsx @@ -95,14 +95,6 @@ describe('annotation list view', () => { ); }); - it('renders a table list view', () => { - expect(wrapper.debug()).toMatchInlineSnapshot(` - " - - " - `); - }); - it('searches for groups', () => { const searchQuery = 'My Search Query'; const references = [{ id: 'first_id', type: 'sometype' }];