summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs07.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs07.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs07.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs07.py b/src/third_party/wiredtiger/test/suite/test_hs07.py
index 549868b5ef3..10fc559bad4 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs07.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs07.py
@@ -38,7 +38,6 @@ class test_hs07(wttest.WiredTigerTestCase):
# Force a small cache.
conn_config = ('cache_size=50MB,eviction_updates_trigger=95,'
'eviction_updates_target=80,log=(enabled)')
- session_config = 'isolation=snapshot'
format_values = (
('column', dict(key_format='r', value_format='S')),