mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 15:57:06 +08:00
fix(core): skip flaky test (#7319)
This commit is contained in:
@@ -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,
|
page,
|
||||||
browser,
|
browser,
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user