Skip to content

Commit

Permalink
Skip draggable block e2e tests (#43736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo authored Aug 31, 2022
1 parent a737907 commit ec6bff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
clickBlockAppender,
} from '@wordpress/e2e-test-utils';

describe( 'Draggable block', () => {
describe.skip( 'Draggable block', () => {
// Tests don't seem to pass if beforeAll and afterAll are used.
// Unsure why.
beforeEach( async () => {
Expand Down

0 comments on commit ec6bff8

Please sign in to comment.