mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#192672)
This commit is contained in:
parent
03c3d77518
commit
d8d7b7a327
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import { createAppMockRenderer } from '../../common/mock';
|
|||
|
||||
const showMoreClickMock = jest.fn();
|
||||
|
||||
describe('ShowMoreButton', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/192672
|
||||
describe.skip('ShowMoreButton', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue