mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#189293)
This commit is contained in:
parent
c90567a218
commit
42d0c6e975
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/189293
|
||||
describe.skip('TemplateTags', () => {
|
||||
let appMockRenderer: AppMockRenderer;
|
||||
const onSubmit = jest.fn();
|
||||
const formDefaultValue = { templateTags: [] };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue