Skip to content

Commit

Permalink
skip flaky suite (#189293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 31, 2024
1 parent c90567a commit 42d0c6e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import { FormTestComponent } from '../../common/test_utils';
import { TemplateTags } from './template_tags';
import { showEuiComboBoxOptions } from '@elastic/eui/lib/test/rtl';

describe('TemplateTags', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189293
describe.skip('TemplateTags', () => {
let appMockRenderer: AppMockRenderer;
const onSubmit = jest.fn();
const formDefaultValue = { templateTags: [] };
Expand Down

0 comments on commit 42d0c6e

Please sign in to comment.