mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
chore: temporarily disable unstable test
This commit is contained in:
@@ -16,7 +16,7 @@ test.describe('Local first workspace list', () => {
|
||||
).not.toBeNull();
|
||||
});
|
||||
|
||||
test('create one workspace in the workspace list', async ({ page }) => {
|
||||
test.skip('create one workspace in the workspace list', async ({ page }) => {
|
||||
const newWorkspaceNameStr = 'New Workspace';
|
||||
await createWorkspace({ name: newWorkspaceNameStr }, page);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user