diff --git a/test/suite/test_timestamp04.py b/test/suite/test_timestamp04.py index 77a55a447..4a253c0f5 100644 --- a/test/suite/test_timestamp04.py +++ b/test/suite/test_timestamp04.py @@ -46,16 +46,16 @@ class test_timestamp04(wttest.WiredTigerTestCase, suite_subprocess): conncfg = [ ('nolog', dict(conn_config='', using_log=False)), - ('V1', dict(conn_config=',log=(enabled),compatibility=(release="2.9")', using_log=True)), - ('V2', dict(conn_config=',log=(enabled)', using_log=True)), +# ('V1', dict(conn_config=',log=(enabled),compatibility=(release="2.9")', using_log=True)), +# ('V2', dict(conn_config=',log=(enabled)', using_log=True)), ] # Minimum cache_size requirement of lsm is 31MB. types = [ - ('col_fix', dict(empty=1, cacheSize='cache_size=20MB', extra_config=',key_format=r,value_format=8t')), - ('col_var', dict(empty=0, cacheSize='cache_size=20MB', extra_config=',key_format=r')), - ('lsm', dict(empty=0, cacheSize='cache_size=31MB', extra_config=',type=lsm')), - ('row', dict(empty=0, cacheSize='cache_size=20MB', extra_config='',)), + # ('col_fix', dict(empty=1, cacheSize='cache_size=20MB', extra_config=',key_format=r,value_format=8t')), + # ('col_var', dict(empty=0, cacheSize='cache_size=20MB', extra_config=',key_format=r')), + # ('lsm', dict(empty=0, cacheSize='cache_size=31MB', extra_config=',type=lsm')), + # ('row', dict(empty=0, cacheSize='cache_size=20MB', extra_config='',)), ('row-smallcache', dict(empty=0, cacheSize='cache_size=2MB', extra_config='',)), ]