summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare03.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_prepare03.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_prepare03.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_prepare03.py b/src/third_party/wiredtiger/test/suite/test_prepare03.py
index 9abfa7b2957..f3656caa0af 100755
--- a/src/third_party/wiredtiger/test/suite/test_prepare03.py
+++ b/src/third_party/wiredtiger/test/suite/test_prepare03.py
@@ -41,6 +41,7 @@ class test_prepare03(wttest.WiredTigerTestCase):
"""
table_name = 'test_prepare_cursor'
nentries = 10
+ session_config = 'isolation=snapshot'
scenarios = make_scenarios([
('file-col', dict(tablekind='col',uri='file', format='key_format=r,value_format=S')),