Skip to content

Commit 1c8b317

Browse files
committed
skip failing suite (#207077)
1 parent 5b7bc06 commit 1c8b317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/platform/plugins/shared/cases/public/components/connectors/servicenow/json_editor_field.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jest.mock('@kbn/es-ui-shared-plugin/public', () => {
4040
};
4141
});
4242

43-
describe('JsonEditorField', () => {
43+
// Failing: See https://github.com/elastic/kibana/issues/207077
44+
describe.skip('JsonEditorField', () => {
4445
const setValue = jest.fn();
4546
const props = {
4647
field: {

0 commit comments

Comments
 (0)