summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs18.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs18.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs18.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs18.py b/src/third_party/wiredtiger/test/suite/test_hs18.py
index b47bb2b66ed..e85d71dd898 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs18.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs18.py
@@ -33,7 +33,6 @@ from wtscenario import make_scenarios
# Test various older reader scenarios
class test_hs18(wttest.WiredTigerTestCase):
conn_config = 'cache_size=5MB,eviction=(threads_max=1)'
- session_config = 'isolation=snapshot'
format_values = [
('column', dict(key_format='r', value_format='S')),
('column-fix', dict(key_format='r', value_format='8t')),