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 authored and bph committed May 9, 2023
1 parent 5682ad4 commit 4abb326
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

1 comment on commit 4abb326

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 4abb326.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4927339626
📝 Reported issues:

Please sign in to comment.