Skip to content

Commit 7c1f232

Browse files
committed
fix(tests): unset the environment variable for log file count
1 parent 7d3a666 commit 7c1f232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e-tests/test/e2e.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,7 @@ describe('e2e', function () {
18521852
args: ['--nodb'],
18531853
env: {
18541854
...env,
1855+
MONGOSH_TEST_ONLY_MAX_LOG_FILE_COUNT: '',
18551856
MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING: globalConfig,
18561857
},
18571858
forceTerminal: true,

0 commit comments

Comments
 (0)