diff --git a/test/box_big/tarantool.cfg b/test/box_big/tarantool.cfg index 78d6959b5d2fadb66c9e2cda25ca0fd76b421731..a7f934b946ba169d066ca319b5335cc2c2f99e58 100644 --- a/test/box_big/tarantool.cfg +++ b/test/box_big/tarantool.cfg @@ -65,10 +65,3 @@ space[5].index[1].key_field[0].fieldno = 1 space[5].index[1].key_field[0].type = "STR" space[5].index[1].key_field[1].fieldno = 2 space[5].index[1].key_field[1].type = "STR" - -# Make a gap in the space array -- space 6 is missing while space 7 is defined -space[7].enabled = false -space[7].index[0].type = "TREE" -space[7].index[0].unique = 1 -space[7].index[0].key_field[0].fieldno = 1 -space[7].index[0].key_field[0].type = "NUM"