Skip to content

Commit

Permalink
skip failing test suite (elastic#185879)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 6, 2024
1 parent 72aad63 commit bee5c9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const defaultProps = {
isLoadingDescription: false,
};

describe('Description', () => {
// Failing: See https://github.com/elastic/kibana/issues/185879
describe.skip('Description', () => {
const onUpdateField = jest.fn();
let appMockRender: AppMockRenderer;

Expand Down

0 comments on commit bee5c9d

Please sign in to comment.