diff --git a/x-pack/plugins/index_management/__jest__/client_integration/index_template_wizard/template_create.test.tsx b/x-pack/plugins/index_management/__jest__/client_integration/index_template_wizard/template_create.test.tsx index 781e30b819ac2..da74dcabaf1e8 100644 --- a/x-pack/plugins/index_management/__jest__/client_integration/index_template_wizard/template_create.test.tsx +++ b/x-pack/plugins/index_management/__jest__/client_integration/index_template_wizard/template_create.test.tsx @@ -263,7 +263,7 @@ describe('', () => { expect(find('stepTitle').text()).toEqual('Index settings (optional)'); }); - it.skip('should not allow invalid json', async () => { + it('should not allow invalid json', async () => { const { form, actions } = testBed; await actions.completeStepThree('{ invalidJsonString ');