summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_gc04.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_gc04.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_gc04.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_gc04.py b/src/third_party/wiredtiger/test/suite/test_gc04.py
index 4504bd3f75e..ce814079b3a 100755
--- a/src/third_party/wiredtiger/test/suite/test_gc04.py
+++ b/src/third_party/wiredtiger/test/suite/test_gc04.py
@@ -34,7 +34,6 @@ from wtdataset import SimpleDataSet
# Test that checkpoint must not clean the pages that are not obsolete.
class test_gc04(test_gc_base):
conn_config = 'cache_size=50MB,log=(enabled),statistics=(all)'
- session_config = 'isolation=snapshot'
def get_stat(self, stat):
stat_cursor = self.session.open_cursor('statistics:')