Skip to content

Commit

Permalink
skip flaky suite (#193482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 14, 2024
1 parent faaf34a commit 26c0e9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { createAppMockRenderer } from '../../common/mock';
import { templatesConfigurationMock } from '../../containers/mock';
import { TemplateSelector } from './templates';

describe('TemplateSelector', () => {
// FLAKY: https://github.com/elastic/kibana/issues/193482
describe.skip('TemplateSelector', () => {
let appMockRender: AppMockRenderer;
const onTemplateChange = jest.fn();

Expand Down

0 comments on commit 26c0e9e

Please sign in to comment.