fix: disable secondary db test (#3774)

This commit is contained in:
Peng Xiao
2023-08-17 00:11:04 +08:00
committed by GitHub
parent 3dbefda6ed
commit e0a3c7f2bc

View File

@@ -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();