Przeglądaj źródła

core: prevent share tests from cleaning up storage used by other tests

Dax Raad 2 miesięcy temu
rodzic
commit
993422c6af
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      packages/enterprise/test/core/share.test.ts

+ 0 - 7
packages/enterprise/test/core/share.test.ts

@@ -259,11 +259,4 @@ describe.concurrent("core.share", () => {
 
     await Share.remove({ id: share.id, secret: share.secret })
   })
-
-  afterAll(async () => {
-    const files = await Storage.list()
-    for (const file of files) {
-      Storage.remove(file)
-    }
-  })
 })