fix: disable secondary db test (#3774)

(cherry picked from commit e0a3c7f2bc)
This commit is contained in:
Peng Xiao
2023-08-17 00:11:04 +08:00
committed by Alex Yang
parent 555feb59d1
commit dda087de08
@@ -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();