summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py
index eaa5ce49b73..9f5ced5ccfc 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable09.py
@@ -36,7 +36,6 @@ from test_rollback_to_stable01 import test_rollback_to_stable_base
# Test that rollback to stable does not abort schema operations that are done
# as they don't have transaction support
class test_rollback_to_stable09(test_rollback_to_stable_base):
- session_config = 'isolation=snapshot'
# Don't bother testing FLCS tables as well as they're highly unlikely to
# behave differently at this level.