Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1a21f6b

Browse files
authored
Disable R2 persist in shared-test-environment (#414)
1 parent 6c48647 commit 1a21f6b

File tree

1 file changed

+1
-0
lines changed
  • packages/shared-test-environment/src

1 file changed

+1
-0
lines changed

packages/shared-test-environment/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export async function createMiniflareEnvironment(
5858
// - Persistence must be disabled for stacked storage to work
5959
kvPersist: false,
6060
d1Persist: false,
61+
r2Persist: false,
6162
cachePersist: false,
6263
durableObjectsPersist: false,
6364
// - Allow all global operations, tests will be outside of a request

0 commit comments

Comments
 (0)