mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#177792)
This commit is contained in:
parent
601e42ee02
commit
5467bf5d6c
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue