Skip to content

Commit 60b7d97

Browse files
Merge branch 'main' into 136039-rules-status-deploy
2 parents ed54bb8 + 5ee2172 commit 60b7d97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/content-management/table_list/src/table_list_view.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ const requiredProps: TableListViewProps = {
5151
getDetailViewLink: () => 'http://elastic.co',
5252
};
5353

54-
describe('TableListView', () => {
54+
// FLAKY: https://github.com/elastic/kibana/issues/145267
55+
describe.skip('TableListView', () => {
5556
beforeAll(() => {
5657
jest.useFakeTimers('legacy');
5758
});

0 commit comments

Comments
 (0)