Skip to content

Commit

Permalink
[Ops] skip flaky custom_fields tests (#177445)
Browse files Browse the repository at this point in the history
## Summary
Skips flaky suite: #176805
  • Loading branch information
delanni committed Feb 21, 2024
1 parent bb5ca2e commit 6a2bc20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6a2bc20

Please sign in to comment.