Skip to content

Commit

Permalink
skip flaky suite (elastic#189739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 28, 2024
1 parent e1e98ad commit 12714eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { categories } from '../../containers/mock';
import { MAX_CATEGORY_LENGTH } from '../../../common/constants';
import { FormTestComponent } from '../../common/test_utils';

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

Expand Down

0 comments on commit 12714eb

Please sign in to comment.