Skip to content

Commit

Permalink
Disable drop/drag-and-drop-thought test that intermittently fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 14, 2024
1 parent be48a72 commit 1040345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/e2e/puppeteer/__tests__/drag-and-drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ describe('drag', () => {
describe('drop', () => {
beforeEach(hideHUD)

it('DragAndDropThought', async () => {
// TODO: Fails intermittently due to mouseup: true.
// See previous attempts to fix: https://github.com/cybersemics/em/pull/2701
it.skip('DragAndDropThought', async () => {
await simulateDragAndDrop({ drag: true, drop: true })

await paste(`
Expand Down

0 comments on commit 1040345

Please sign in to comment.