Skip to content

Commit

Permalink
Skip test case packages/e2e-tests/specs/plugins/inner-blocks-allowed-…
Browse files Browse the repository at this point in the history
…blocks.test.js (#14458)
  • Loading branch information
jorgefilipecosta authored and youknowriad committed Mar 20, 2019
1 parent 348b46c commit 94f9611
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ import {
openGlobalBlockInserter,
} from '@wordpress/e2e-test-utils';

describe( 'Allowed Blocks Setting on InnerBlocks ', () => {
// Todo: Understand why this test causing intermitent fails on travis.
// Error: ● Allowed Blocks Setting on InnerBlocks › allows all blocks if the allowed blocks setting was not set
// Node is detached from document
// at ElementHandle._scrollIntoViewIfNeeded (../../node_modules/puppeteer/lib/ElementHandle.js:75:13)
// eslint-disable-next-line jest/no-disabled-tests
describe.skip( 'Allowed Blocks Setting on InnerBlocks ', () => {
const paragraphSelector = '.block-editor-rich-text__editable.wp-block-paragraph';
beforeAll( async () => {
await activatePlugin( 'gutenberg-test-innerblocks-allowed-blocks' );
Expand Down

0 comments on commit 94f9611

Please sign in to comment.