diff --git a/tests/sanity/tests/documents/documents-content.spec.ts b/tests/sanity/tests/documents/documents-content.spec.ts index e6399e8f54..6b5bf05eba 100644 --- a/tests/sanity/tests/documents/documents-content.spec.ts +++ b/tests/sanity/tests/documents/documents-content.spec.ts @@ -170,7 +170,7 @@ test.describe('Content in the Documents tests', () => { }) }) - test('Check Image view and size actions', async ({ page }) => { + test.skip('Check Image view and size actions', async ({ page }) => { await documentContentPage.addImageToDocument(page) const imageSrc = await documentContentPage.firstImageInDocument().getAttribute('src')