summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs23.py
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-01-11 16:22:14 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-11 05:52:02 +0000
commit35ba992f21b194fe577cf9069a1591d5d374d29f (patch)
treeab110e6fabdcaee483dd865465114c5148be2e23 /src/third_party/wiredtiger/test/suite/test_hs23.py
parente3b2297d340a083be330b178d2f7ce2c3b3566f2 (diff)
downloadmongo-35ba992f21b194fe577cf9069a1591d5d374d29f.tar.gz
Import wiredtiger: be77e039023f314b8c12ef131adaf628c296975f from branch mongodb-5.2
ref: 719945d56d..be77e03902 for: 5.2.0-rc5 WT-8648 Stop configuring snapshot isolation in the test suite
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs23.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs23.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs23.py b/src/third_party/wiredtiger/test/suite/test_hs23.py
index d3898722620..b251688f594 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs23.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs23.py
@@ -34,7 +34,6 @@ from wtscenario import make_scenarios
# update, and update again in the same transaction
class test_hs23(wttest.WiredTigerTestCase):
conn_config = 'cache_size=50MB'
- session_config = 'isolation=snapshot'
format_values = [
('column', dict(key_format='r', key=1, value_format='S')),