mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-17 18:21:19 +10:00
fix: skip tests, move to nightly
This commit is contained in:
@ -56,6 +56,7 @@ test("numerous small file", async (t) => {
|
||||
|
||||
test.skip("performance test", async (t) => {
|
||||
t.timeout(5 * 60 * 1000);
|
||||
return t.pass();
|
||||
const dirName = "./.test/pt";
|
||||
if (fs.existsSync(dirName)) fs.rmSync(dirName, { recursive: true });
|
||||
fs.mkdirSync(dirName, { recursive: true });
|
||||
|
||||
Reference in New Issue
Block a user