Skip to content

Commit 00869b0

Browse files
committed
Skip e2e lightbox tests for the release
1 parent a9efb38 commit 00869b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/specs/editor/blocks/image.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,9 @@ test.describe( 'Image', () => {
729729
} );
730730
} );
731731

732-
test.describe( 'Image - interactivity', () => {
732+
// Skipped because the release won't have the behaviors UI.
733+
// So we cannot test that the behaviors inferface is present or its values.
734+
test.describe.skip( 'Image - interactivity', () => {
733735
let filename = null;
734736

735737
test.beforeAll( async ( { requestUtils } ) => {

0 commit comments

Comments
 (0)