Skip to content

Commit

Permalink
skip flaky suite (elastic#176805)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Mar 4, 2024
1 parent 890041e commit 3125f7d
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 3125f7d

Please sign in to comment.