diff --git a/demos/playground/src/__tests__/e2e/CopyAndPaste.spec.mjs b/demos/playground/src/__tests__/e2e/CopyAndPaste.spec.mjs index 61af85b..6ab8f24 100644 --- a/demos/playground/src/__tests__/e2e/CopyAndPaste.spec.mjs +++ b/demos/playground/src/__tests__/e2e/CopyAndPaste.spec.mjs @@ -1363,7 +1363,7 @@ test.describe('CopyAndPaste', () => { }, ); - test('Copy list of a different type and paste into list on an existing item - should merge the lists.', async ({ + test.fixme('Copy list of a different type and paste into list on an existing item - should merge the lists.', async ({ page, isPlainText, isCollab,