mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#176805)
This commit is contained in:
parent
dfe85fd4c3
commit
41e313ed78
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import { MAX_CUSTOM_FIELDS_PER_CASE } from '../../../common/constants';
|
|||
import { CustomFields } from '.';
|
||||
import * as i18n from './translations';
|
||||
|
||||
describe('CustomFields', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/176805
|
||||
describe.skip('CustomFields', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
const props = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue