summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_timestamp06.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_timestamp06.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_timestamp06.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_timestamp06.py b/src/third_party/wiredtiger/test/suite/test_timestamp06.py
index d0e8f89ba6c..55fd95c22ed 100644
--- a/src/third_party/wiredtiger/test/suite/test_timestamp06.py
+++ b/src/third_party/wiredtiger/test/suite/test_timestamp06.py
@@ -57,7 +57,6 @@ class test_timestamp06(wttest.WiredTigerTestCase, suite_subprocess):
('V1', dict(conn_config='create,log=(archive=false,enabled),compatibility=(release="2.9")', using_log=True)),
('V2', dict(conn_config='create,log=(archive=false,enabled)', using_log=True)),
]
- session_config = 'isolation=snapshot'
scenarios = make_scenarios(conncfg, types, ckpt)