mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[Ops] skip flaky custom_fields tests (#177445)
## Summary Skips flaky suite: https://github.com/elastic/kibana/issues/176805
This commit is contained in:
parent
bb5ca2e187
commit
6a2bc20b82
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 { CustomFields } from '.';
|
||||||
import * as i18n from './translations';
|
import * as i18n from './translations';
|
||||||
|
|
||||||
describe('CustomFields', () => {
|
// Flaky: https://github.com/elastic/kibana/issues/176805
|
||||||
|
describe.skip('CustomFields', () => {
|
||||||
let appMockRender: AppMockRenderer;
|
let appMockRender: AppMockRenderer;
|
||||||
|
|
||||||
const props = {
|
const props = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue