Skip to content

Commit

Permalink
skip flaky suite (elastic#194703)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 9, 2024
1 parent de72ea4 commit e9aff7d
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 { FormTestComponent } from '../../common/test_utils';
import { TemplateFields } from './template_fields';

describe('Template fields', () => {
// FLAKY: https://github.com/elastic/kibana/issues/194703
describe.skip('Template fields', () => {
let user: UserEvent;
let appMockRenderer: AppMockRenderer;
const onSubmit = jest.fn();
Expand Down

0 comments on commit e9aff7d

Please sign in to comment.