Skip to content

Commit

Permalink
Skip flaky 'Zoom out' e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed May 24, 2024
1 parent 6f0037c commit e49de69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/specs/site-editor/zoom-out.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
*/
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

test.describe( 'Zoom Out', () => {
// The test is flaky and fails almost consistently.
// See: https://github.com/WordPress/gutenberg/issues/61806.
// eslint-disable-next-line playwright/no-skipped-test
test.describe.skip( 'Zoom Out', () => {
test.beforeAll( async ( { requestUtils } ) => {
await requestUtils.activateTheme( 'emptytheme' );
} );
Expand Down

0 comments on commit e49de69

Please sign in to comment.