From 7f40c68d4dbf4e7b81d55109d73ca749fe217714 Mon Sep 17 00:00:00 2001 From: Daniel Richards Date: Mon, 24 Jun 2024 17:54:05 +0800 Subject: [PATCH] Skip failing image block test (#62781) Co-authored-by: talldan --- test/e2e/specs/editor/blocks/image.spec.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/e2e/specs/editor/blocks/image.spec.js b/test/e2e/specs/editor/blocks/image.spec.js index 3cb1565c8d4160..edbd05f90c8088 100644 --- a/test/e2e/specs/editor/blocks/image.spec.js +++ b/test/e2e/specs/editor/blocks/image.spec.js @@ -293,7 +293,10 @@ test.describe( 'Image', () => { ).toMatchSnapshot(); } ); - test( 'allows changing aspect ratio using the crop tools', async ( { + // Reason - skipped temporarily until this issue is fixed: + // https://github.com/WordPress/wordpress-develop/pull/6875#issuecomment-2185694119 + // eslint-disable-next-line playwright/no-skipped-test + test.skip( 'allows changing aspect ratio using the crop tools', async ( { editor, page, imageBlockUtils,