Skip to content

Commit ec6bff8

Browse files
authored
Skip draggable block e2e tests (#43736)
1 parent a737907 commit ec6bff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/specs/editor/various/draggable-block.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
clickBlockAppender,
1313
} from '@wordpress/e2e-test-utils';
1414

15-
describe( 'Draggable block', () => {
15+
describe.skip( 'Draggable block', () => {
1616
// Tests don't seem to pass if beforeAll and afterAll are used.
1717
// Unsure why.
1818
beforeEach( async () => {

0 commit comments

Comments
 (0)