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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_timestamp06.py b/src/third_party/wiredtiger/test/suite/test_timestamp06.py
index 27e32309fdc..d0e8f89ba6c 100644
--- a/src/third_party/wiredtiger/test/suite/test_timestamp06.py
+++ b/src/third_party/wiredtiger/test/suite/test_timestamp06.py
@@ -41,8 +41,7 @@ class test_timestamp06(wttest.WiredTigerTestCase, suite_subprocess):
table_ts_nolog = 'table:ts06_ts_nologged'
types = [
- # FLCS does not yet work in a timestamp world.
- #('col_fix', dict(empty=1, extra_config=',key_format=r,value_format=8t')),
+ ('col_fix', dict(empty=1, extra_config=',key_format=r,value_format=8t')),
('col_var', dict(empty=0, extra_config=',key_format=r')),
('lsm', dict(empty=0, extra_config=',type=lsm')),
('row', dict(empty=0, extra_config='',)),