skip flaky suite (#207241)

This commit is contained in:
Tiago Costa 2025-01-29 21:19:16 +00:00
parent 201169a04a
commit 6a17202448
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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: [] };