summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py
index eed6d8e0c26..e8db0550960 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable11.py
@@ -49,7 +49,7 @@ class test_rollback_to_stable11(test_rollback_to_stable_base):
scenarios = make_scenarios(prepare_values)
def conn_config(self):
- config = 'cache_size=1MB,statistics=(all),log=(enabled=true)'
+ config = 'cache_size=1MB,statistics=(all),log=(archive=false,enabled=true)'
return config
def simulate_crash_restart(self, olddir, newdir):