mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite. #145267
This commit is contained in:
parent
d32e130f68
commit
5ee2172547
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue