Skip to content

Commit f1a1f44

Browse files
there should be only one left
1 parent 2256eda commit f1a1f44

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/role_test.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ g.before_all(function()
3838
end)
3939

4040
g.after_all(function()
41-
tarantool_helpers.skip_if_tarantool3()
42-
4341
g.cluster:stop()
4442
fio.rmtree(g.cluster.datadir)
4543
end)
@@ -66,8 +64,6 @@ local function call(fn_name, ...)
6664
end
6765

6866
function 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()
255251
end
256252

257253
function 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()
350344
end
351345

352346
function 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,

0 commit comments

Comments
 (0)