diff --git a/tests/affine-cloud/e2e/collaboration.spec.ts b/tests/affine-cloud/e2e/collaboration.spec.ts index 6394c14cf..a1adb7f23 100644 --- a/tests/affine-cloud/e2e/collaboration.spec.ts +++ b/tests/affine-cloud/e2e/collaboration.spec.ts @@ -120,7 +120,8 @@ test('share page with default edgeless', async ({ page, browser }) => { } }); -test('can collaborate with other user and name should display when editing', async ({ +// SKIP until BS-671 fix +test.skip('can collaborate with other user and name should display when editing', async ({ page, browser, }) => {