skip flaky suite (#177792)

This commit is contained in:
Tiago Costa 2024-07-17 00:09:15 +01:00
parent 601e42ee02
commit 5467bf5d6c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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/177792
describe.skip('Category', () => {
let appMockRender: AppMockRenderer;
const onSubmit = jest.fn();