diff --git a/__tests__/components/HTMLBlock.test.tsx b/__tests__/components/HTMLBlock.test.tsx index 71e1a9625..15c87e71a 100644 --- a/__tests__/components/HTMLBlock.test.tsx +++ b/__tests__/components/HTMLBlock.test.tsx @@ -55,9 +55,7 @@ describe('HTML Block', () => { expect(view.indexOf('

')).toBeGreaterThanOrEqual(0); }); - // TODO: Skipped about the mdxish engine fails this test since it wraps the
 in a 

tag - // Rendering looks correct, so skip this for now until we decide if we want to fix this or not - it.skip.each(renderingEngines)('%s: renders the html in a `

` tag if safeMode={true}', (_label, renderContent) => {
+  it.each(renderingEngines)('%s: renders the html in a `
` tag if safeMode={true}', (_label, renderContent) => {
     const md = '{`