Skip to content

Commit

Permalink
skip flaky suite (#178457)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 14, 2024
1 parent 0caa6cd commit 0086039
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('CustomFields', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178457
describe.skip('CustomFields', () => {
let appMockRender: AppMockRenderer;
const onTemplateChange = jest.fn();

Expand Down

0 comments on commit 0086039

Please sign in to comment.