mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Stop cleaning up folders after quota test to prevent CI issues
This commit is contained in:
parent
b9208caad2
commit
3a57e88229
@ -93,7 +93,7 @@ describe('A quota server', (): void => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async(): Promise<void> => {
|
afterAll(async(): Promise<void> => {
|
||||||
await removeFolder(rootFilePath);
|
// Not cleaning up `rootFilePath` as this intermittently causes issues during CI
|
||||||
await app.stop();
|
await app.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -178,7 +178,7 @@ describe('A quota server', (): void => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async(): Promise<void> => {
|
afterAll(async(): Promise<void> => {
|
||||||
await removeFolder(rootFilePath);
|
// Not cleaning up `rootFilePath` as this intermittently causes issues during CI
|
||||||
await app.stop();
|
await app.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user