summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs06.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs06.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs06.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs06.py b/src/third_party/wiredtiger/test/suite/test_hs06.py
index 042d9c731cb..b00a196c809 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs06.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs06.py
@@ -47,7 +47,8 @@ class test_hs06(wttest.WiredTigerTestCase):
conn_config = 'cache_size=50MB,statistics=(fast)'
session_config = 'isolation=snapshot'
key_format_values = [
- ('column', dict(key_format='r')),
+ # The commented columnar tests needs to be enabled once columnar page instantiated is fixed in (WT-6061).
+ # ('column', dict(key_format='r')),
('integer', dict(key_format='i')),
('string', dict(key_format='S'))
]