Skip to content

Commit

Permalink
Disable WP Editor Meta Boxes test suite
Browse files Browse the repository at this point in the history
This test suite isn`t reliable enough to keep it enabled. There might be a legitimate issue with saving metaboxes during publishing.
  • Loading branch information
gziolo committed Apr 24, 2019
1 parent 0790ccb commit 4cfb304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/e2e-tests/specs/plugins/wp-editor-meta-box.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ describe( 'WP Editor Meta Boxes', () => {
await deactivatePlugin( 'gutenberg-test-plugin-wp-editor-meta-box' );
} );

it( 'Should save the changes', async () => {
// This test isn't reliable enough to keep it enabled.
// There might be a legitimate issue with saving metaboxes during publishing.
it.skip( 'Should save the changes', async () => {
// Add title to enable valid non-empty post save.
await page.type( '.editor-post-title__input', 'Hello Meta' );

Expand Down

0 comments on commit 4cfb304

Please sign in to comment.