Skip to content

Commit

Permalink
Testing: Skip failing post preview e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Mar 5, 2025
1 parent 0daa060 commit 3641f3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/e2e/specs/editor/various/preview.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ test.use( {
},
} );

test.describe( 'Preview', () => {
// Reason: https://core.trac.wordpress.org/ticket/56992#comment:22.
test.describe.skip( 'Preview', () => {
test.beforeEach( async ( { admin } ) => {
await admin.createNewPost();
} );
Expand Down Expand Up @@ -214,7 +215,8 @@ test.describe( 'Preview', () => {
} );
} );

test.describe( 'Preview with Custom Fields enabled', () => {
// Reason: https://core.trac.wordpress.org/ticket/56992#comment:22.
test.describe.skip( 'Preview with Custom Fields enabled', () => {
test.beforeEach( async ( { admin, previewUtils } ) => {
await admin.createNewPost();
await previewUtils.toggleCustomFieldsOption( true );
Expand Down

0 comments on commit 3641f3a

Please sign in to comment.