summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_timestamp20.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_timestamp20.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_timestamp20.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_timestamp20.py b/src/third_party/wiredtiger/test/suite/test_timestamp20.py
index b4b017d8560..4eca70f1f30 100644
--- a/src/third_party/wiredtiger/test/suite/test_timestamp20.py
+++ b/src/third_party/wiredtiger/test/suite/test_timestamp20.py
@@ -33,7 +33,6 @@ from wtscenario import make_scenarios
# Exercise fixing up of out-of-order updates in the history store.
class test_timestamp20(wttest.WiredTigerTestCase):
conn_config = 'cache_size=50MB'
- session_config = 'isolation=snapshot'
format_values = [
('string-row', dict(key_format='S', value_format='S')),