mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#187854)
This commit is contained in:
parent
c3b0346a64
commit
56ce68ea6b
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import { createAppMockRenderer } from '../../common/mock';
|
|||
import { FormTestComponent } from '../../common/test_utils';
|
||||
import { TemplateFields } from './template_fields';
|
||||
|
||||
describe('Template fields', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/187854
|
||||
describe.skip('Template fields', () => {
|
||||
let appMockRenderer: AppMockRenderer;
|
||||
const onSubmit = jest.fn();
|
||||
const formDefaultValue = { templateTags: [] };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue