Skip to content

Commit

Permalink
skip flaky suite (#164049)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 16, 2023
1 parent 4cb3a74 commit e490492
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', () => {
// FLAKY: https://github.com/elastic/kibana/issues/164049
describe.skip('Description', () => {
const onUpdateField = jest.fn();
let appMockRender: AppMockRenderer;

Expand Down

0 comments on commit e490492

Please sign in to comment.