Skip to content

Commit

Permalink
skip flaky suite (elastic#202761)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 6, 2024
1 parent 2f95dee commit 56be0c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 56be0c6

Please sign in to comment.