mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#178457)
This commit is contained in:
parent
0caa6cdfa7
commit
00860397d5
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import { createAppMockRenderer } from '../../common/mock';
|
|||
import { templatesConfigurationMock } from '../../containers/mock';
|
||||
import { TemplateSelector } from './templates';
|
||||
|
||||
describe('CustomFields', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/178457
|
||||
describe.skip('CustomFields', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
const onTemplateChange = jest.fn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue