mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 01:53:29 +03:00
chore(core): skip cloud migration testing until page level upgrade implemented (#5227)
This commit is contained in:
parent
d507c24570
commit
70c376fac8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user