Skip to content

Commit

Permalink
skip flaky test under collab due to block cursor difference
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 5, 2024
1 parent 71390da commit 6833425
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,8 @@ test.describe('CopyAndPaste', () => {
tag: '@flaky',
},
async ({page, isCollab, isPlainText}) => {
test.skip(isPlainText);
// TODO: This is skipped on collab because the right frame won't have the block cursor HTML
test.skip(isPlainText || isCollab);

// copying and pasting the node is easier than creating the clipboard data
await focusEditor(page);
Expand Down

0 comments on commit 6833425

Please sign in to comment.