mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix: disable set-db-location step (#4263)
This commit is contained in:
@@ -13,6 +13,8 @@ import fs from 'fs-extra';
|
||||
import type { ElectronApplication } from 'playwright';
|
||||
import { _electron as electron } from 'playwright';
|
||||
|
||||
import { removeWithRetry } from '../tests/utils';
|
||||
|
||||
function generateUUID() {
|
||||
return crypto.randomUUID();
|
||||
}
|
||||
@@ -102,7 +104,7 @@ export const test = base.extend<{
|
||||
});
|
||||
await use(electronApp);
|
||||
try {
|
||||
await fs.rm(clonedDist, { recursive: true, force: true });
|
||||
await removeWithRetry(clonedDist);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user