mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 08:17:10 +08:00
chore(core): skip cloud migration testing until page level upgrade implemented (#5227)
This commit is contained in:
@@ -49,7 +49,8 @@ test.afterEach(async () => {
|
||||
await deleteUser(user.email);
|
||||
});
|
||||
|
||||
test('migration', async ({ page, browser }) => {
|
||||
// TODO: @joooye34 mock migration from server data after page level upgrade implemented.
|
||||
test.skip('migration', async ({ page, browser }) => {
|
||||
let workspaceId: string;
|
||||
{
|
||||
// create the old cloud workspace in another browser
|
||||
|
||||
Reference in New Issue
Block a user