Skip to content

Commit

Permalink
Allow warning for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 11, 2023
1 parent 769ef79 commit 7ddaf83
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ describe( 'iframed inline styles', () => {
await deactivatePlugin( 'gutenberg-test-iframed-inline-styles' );
} );

// Skip flaky test. See https://github.com/WordPress/gutenberg/issues/35172
it.skip( 'should load inline styles in iframe', async () => {
it( 'should load inline styles in iframe', async () => {
expect( console ).toHaveWarned();

await insertBlock( 'Iframed Inline Styles' );

expect( await getEditedPostContent() ).toMatchSnapshot();
Expand Down

0 comments on commit 7ddaf83

Please sign in to comment.