mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#207241)
This commit is contained in:
parent
201169a04a
commit
6a17202448
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ import { FormTestComponent } from '../../common/test_utils';
|
|||
import { TemplateTags } from './template_tags';
|
||||
import { showEuiComboBoxOptions } from '@elastic/eui/lib/test/rtl';
|
||||
|
||||
describe('TemplateTags', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/207241
|
||||
describe.skip('TemplateTags', () => {
|
||||
let appMockRenderer: AppMockRenderer;
|
||||
const onSubmit = jest.fn();
|
||||
const formDefaultValue = { templateTags: [] };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue