Skip to content

Commit

Permalink
remove telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Sep 14, 2023
1 parent 1aaed6c commit 8ff1594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/driver/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const executionEnv = (sandbox: string) => {
...strippedEnv,
// This keeps test downloads separate from manual trunk invocations
TRUNK_DOWNLOAD_CACHE: DOWNLOAD_CACHE,
TRUNK_TELEMETRY: "off",
// This is necessary to prevent launcher collision of non-atomic operations
TMPDIR: path.resolve(sandbox, TEMP_SUBDIR),
};
Expand Down

0 comments on commit 8ff1594

Please sign in to comment.