mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00: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,
|
||||
browser,
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user