mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#145187)
This commit is contained in:
parent
733fea0e51
commit
f0dd3dcd36
1 changed files with 2 additions and 1 deletions
|
@ -210,7 +210,8 @@ describe('Body', () => {
|
|||
trailingControlColumns: [],
|
||||
};
|
||||
|
||||
describe('rendering', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/145187
|
||||
describe.skip('rendering', () => {
|
||||
beforeEach(() => {
|
||||
mockDispatch.mockClear();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue