Skip to content

Commit

Permalink
skip flaky suite. #145267
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 15, 2022
1 parent d32e130 commit 5ee2172
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 5ee2172

Please sign in to comment.