summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs06.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs06.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs06.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs06.py b/src/third_party/wiredtiger/test/suite/test_hs06.py
index 918e1dd9fa8..42b502df4b2 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs06.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs06.py
@@ -42,7 +42,6 @@ from wtscenario import make_scenarios
class test_hs06(wttest.WiredTigerTestCase):
# Force a small cache.
conn_config = 'cache_size=50MB,statistics=(fast)'
- session_config = 'isolation=snapshot'
format_values = [
('column', dict(key_format='r', value_format='S')),
('column-fix', dict(key_format='r', value_format='8t')),