Skip to content

Commit

Permalink
Skip iframe-inline-styles e2e test (#50320)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed May 4, 2023
1 parent dad72a1 commit 3b482d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe( 'iframed inline styles', () => {
} );

// Skip flaky test. See https://github.com/WordPress/gutenberg/issues/35172
it( 'should load inline styles in iframe', async () => {
it.skip( 'should load inline styles in iframe', async () => {
await insertBlock( 'Iframed Inline Styles' );

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

0 comments on commit 3b482d5

Please sign in to comment.