mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 10:52:43 +03:00
fix: disable secondary db test (#3774)
This commit is contained in:
parent
3dbefda6ed
commit
e0a3c7f2bc
@ -91,7 +91,8 @@ test('db should be removed in db$Map after destroyed', async () => {
|
||||
expect(db$Map.has(workspaceId)).toBe(false);
|
||||
});
|
||||
|
||||
test('if db has a secondary db path, we should also poll that', async () => {
|
||||
// we have removed secondary db feature
|
||||
test.skip('if db has a secondary db path, we should also poll that', async () => {
|
||||
const { ensureSQLiteDB } = await import('../ensure-db');
|
||||
const { storeWorkspaceMeta } = await import('../../workspace');
|
||||
const workspaceId = v4();
|
||||
|
Loading…
Reference in New Issue
Block a user