summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs22.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs22.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs22.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs22.py b/src/third_party/wiredtiger/test/suite/test_hs22.py
index b453c43602a..c822af7f886 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs22.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs22.py
@@ -34,7 +34,6 @@ from wtscenario import make_scenarios
# update is followed by a tombstone.
class test_hs22(wttest.WiredTigerTestCase):
conn_config = 'cache_size=50MB'
- session_config = 'isolation=snapshot'
format_values = [
('column', dict(key_format='r', key1=1, key2=2, value_format='S')),