File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ g.before_all(function()
3838end )
3939
4040g .after_all (function ()
41- tarantool_helpers .skip_if_tarantool3 ()
42-
4341 g .cluster :stop ()
4442 fio .rmtree (g .cluster .datadir )
4543end )
@@ -66,8 +64,6 @@ local function call(fn_name, ...)
6664end
6765
6866function g .test_yaml ()
69- tarantool_helpers .skip_if_tarantool3 ()
70-
7167 ---- ----------------------------------------------------------------
7268 local schema = ' '
7369 local ok , err = call (' check_schema_yaml' , schema )
@@ -255,8 +251,6 @@ function g.test_yaml()
255251end
256252
257253function g .test_lua ()
258- tarantool_helpers .skip_if_tarantool3 ()
259-
260254 ---- ----------------------------------------------------------------
261255 local schema = {spaces = {}}
262256 local ok , err = call (' check_schema_lua' , schema )
@@ -350,8 +344,6 @@ function g.test_lua()
350344end
351345
352346function g .test_example_schema ()
353- tarantool_helpers .skip_if_tarantool3 ()
354-
355347 local fun = require (' fun' )
356348 local schema = fun .map (
357349 function (l ) return l :gsub (' ^# ' , ' ' ) end ,
You can’t perform that action at this time.
0 commit comments