Skip to content

Commit

Permalink
Add clarifying comment regarding skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Sep 7, 2023
1 parent 92b084f commit 232161a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/specs/editor/blocks/image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,11 @@ test.describe( 'Image', () => {
} );
} );

// Skipping these tests for now as we plan
// to update them to use the new lightbox syntax
// once it's merged -- see the following PRs
// https://github.com/WordPress/gutenberg/pull/53851
// https://github.com/WordPress/gutenberg/pull/54071
test.describe.skip( 'Image - interactivity', () => {
test.beforeAll( async ( { requestUtils } ) => {
await requestUtils.deleteAllMedia();
Expand Down

0 comments on commit 232161a

Please sign in to comment.