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:
@@ -93,7 +93,7 @@ describe('A quota server', (): void => {
|
||||
});
|
||||
|
||||
afterAll(async(): Promise<void> => {
|
||||
await removeFolder(rootFilePath);
|
||||
// Not cleaning up `rootFilePath` as this intermittently causes issues during CI
|
||||
await app.stop();
|
||||
});
|
||||
|
||||
@@ -178,7 +178,7 @@ describe('A quota server', (): void => {
|
||||
});
|
||||
|
||||
afterAll(async(): Promise<void> => {
|
||||
await removeFolder(rootFilePath);
|
||||
// Not cleaning up `rootFilePath` as this intermittently causes issues during CI
|
||||
await app.stop();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user