skip flaky suite. #145267

This commit is contained in:
Jonathan Budzenski 2022-11-15 16:08:03 -06:00
parent d32e130f68
commit 5ee2172547

View file

@ -51,7 +51,8 @@ const requiredProps: TableListViewProps = {
getDetailViewLink: () => 'http://elastic.co',
};
describe('TableListView', () => {
// FLAKY: https://github.com/elastic/kibana/issues/145267
describe.skip('TableListView', () => {
beforeAll(() => {
jest.useFakeTimers('legacy');
});