diff --git a/test/integration/Quota.test.ts b/test/integration/Quota.test.ts index 6f575e9d5..518c493c5 100644 --- a/test/integration/Quota.test.ts +++ b/test/integration/Quota.test.ts @@ -93,7 +93,7 @@ describe('A quota server', (): void => { }); afterAll(async(): Promise => { - 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 => { - await removeFolder(rootFilePath); + // Not cleaning up `rootFilePath` as this intermittently causes issues during CI await app.stop(); });