skip flaky suite (#216393)

This commit is contained in:
Tiago Costa 2025-04-07 20:03:27 +01:00
parent 2191f3d075
commit 9405305e50
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -25,7 +25,8 @@ jest.mock('react-redux', () => {
};
});
describe('<TableTab />', () => {
// FLAKY: https://github.com/elastic/kibana/issues/216393
describe.skip('<TableTab />', () => {
it('should render table component', () => {
const contextValue = {
eventId: 'some_Id',