Skip to content

Commit

Permalink
test(portable-text-editor): disable unstable test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored and rexxars committed Sep 23, 2022
1 parent 9fcbc5c commit 13674f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('collaborate editing', () => {
})
})

it('will reset the value when someone deletes everything, and when they start to type again, they will produce their own respective blocks.', async () => {
xit('will reset the value when someone deletes everything, and when they start to type again, they will produce their own respective blocks.', async () => {
await setDocumentValue(initialValue)
const [editorA, editorB] = await getEditors()
await editorA.setSelection({
Expand Down

0 comments on commit 13674f9

Please sign in to comment.