summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs02.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs02.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs02.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs02.py b/src/third_party/wiredtiger/test/suite/test_hs02.py
index 0388646cfb8..3f5477c7f82 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs02.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs02.py
@@ -36,7 +36,6 @@ from wtscenario import make_scenarios
class test_hs02(wttest.WiredTigerTestCase):
# Force a small cache.
conn_config = 'cache_size=50MB,log=(enabled)'
- session_config = 'isolation=snapshot'
format_values = [
('string-row', dict(key_format='S', value_format='S')),