Skip to content

Commit

Permalink
fix(tests): unset the environment variable for log file count
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Feb 12, 2025
1 parent 32e2e7e commit 6bf12eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,7 @@ describe('e2e', function () {
args: ['--nodb'],
env: {
...env,
MONGOSH_TEST_ONLY_MAX_LOG_FILE_COUNT: '',
MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING: globalConfig,
},
forceTerminal: true,
Expand Down

0 comments on commit 6bf12eb

Please sign in to comment.