skip flaky suite (#202761)

This commit is contained in:
Tiago Costa 2024-12-06 17:06:36 +00:00
parent 2f95dee8f4
commit 56be0c6984
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -11,7 +11,8 @@ import userEvent from '@testing-library/user-event';
import { templatesConfigurationMock } from '../../containers/mock';
import { TemplateSelector } from './templates';
describe('TemplateSelector', () => {
// FLAKY: https://github.com/elastic/kibana/issues/202761
describe.skip('TemplateSelector', () => {
const onTemplateChange = jest.fn();
it('renders correctly', async () => {