Skip to content

Commit

Permalink
chore: Temporarily disable failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Dec 4, 2024
1 parent c67b2af commit 3a32230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/stitcher/test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ setSystemTime(new Date(2021, 4, 2, 10, 12, 5, 250));

process.env = {
TZ: "UTC",
KV: "memory",
PUBLIC_S3_ENDPOINT: "s3-endpoint",
PUBLIC_STITCHER_ENDPOINT: "stitcher-endpoint",
PUBLIC_API_ENDPOINT: "api-endpoint",
KV: "memory",
SUPER_SECRET: "secret",
};

0 comments on commit 3a32230

Please sign in to comment.