mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#202761)
This commit is contained in:
parent
2f95dee8f4
commit
56be0c6984
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue