mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#216393)
This commit is contained in:
parent
2191f3d075
commit
9405305e50
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue