Skip to content

Commit

Permalink
Skip failing image block test (#62781)
Browse files Browse the repository at this point in the history
Co-authored-by: talldan <talldanwp@git.wordpress.org>
  • Loading branch information
2 people authored and ellatrix committed Jun 25, 2024
1 parent 115b5d8 commit 93a313e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/specs/editor/blocks/image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93a313e

Please sign in to comment.