Skip to content

Commit

Permalink
Re-enable zoom out e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jul 10, 2024
1 parent f548ea3 commit 92e4695
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/specs/site-editor/zoom-out.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
*/
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

// 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.describe( 'Zoom Out', () => {
test.beforeAll( async ( { requestUtils } ) => {
await requestUtils.activateTheme( 'emptytheme' );
} );
Expand Down

0 comments on commit 92e4695

Please sign in to comment.