Skip to content

Commit

Permalink
skip flaky suite (#207077)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 22, 2025
1 parent 676e5a9 commit b3e7617
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jest.mock('@kbn/es-ui-shared-plugin/public', () => {
};
});

describe('JsonEditorField', () => {
// FLAKY: https://github.com/elastic/kibana/issues/207077
describe.skip('JsonEditorField', () => {
const setValue = jest.fn();
const props = {
field: {
Expand Down

0 comments on commit b3e7617

Please sign in to comment.