summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs19.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs19.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs19.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs19.py b/src/third_party/wiredtiger/test/suite/test_hs19.py
index 2e3452ae0ca..bf648a0f4e8 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs19.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs19.py
@@ -33,7 +33,6 @@ from wtscenario import make_scenarios
# Ensure eviction doesn't clear the history store again after checkpoint has done so because of the same update without timestamp.
class test_hs19(wttest.WiredTigerTestCase):
conn_config = 'cache_size=5MB,eviction=(threads_max=1)'
- session_config = 'isolation=snapshot'
key_format_values = [
('column', dict(key_format='r')),
('string-row', dict(key_format='S'))