Skip to content

Commit

Permalink
Chore: Update skip failing template mode end to end test (#32017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored May 19, 2021
1 parent b3826d7 commit a05c4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const createNewTemplate = async ( templateName ) => {
await disableTemplateWelcomeGuide();
};

describe( 'Post Editor Template mode', () => {
describe.skip( 'Post Editor Template mode', () => {
beforeAll( async () => {
await trashAllPosts( 'wp_template' );
await trashAllPosts( 'wp_template_part' );
Expand Down

0 comments on commit a05c4b6

Please sign in to comment.