We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed54bb8 + 5ee2172 commit 60b7d97Copy full SHA for 60b7d97
packages/content-management/table_list/src/table_list_view.test.tsx
@@ -51,7 +51,8 @@ const requiredProps: TableListViewProps = {
51
getDetailViewLink: () => 'http://elastic.co',
52
};
53
54
-describe('TableListView', () => {
+// FLAKY: https://github.com/elastic/kibana/issues/145267
55
+describe.skip('TableListView', () => {
56
beforeAll(() => {
57
jest.useFakeTimers('legacy');
58
});
0 commit comments