summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py
index 080fcddfe9a..466d6154e11 100644
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable15.py
@@ -37,7 +37,6 @@ from wtscenario import make_scenarios
# update-list for both fixed length and variable length column store.
# Eviction is set to false, so that everything persists in memory.
class test_rollback_to_stable15(wttest.WiredTigerTestCase):
- session_config = 'isolation=snapshot'
key_format_values = [
('column', dict(key_format='r')),
('integer-row', dict(key_format='i')),