test: add skip_if_enterprise luatest helper
The helper skips a running test with luatest.skip_if in case executed by Tarantool Enterprise. It's better than checking the package directly in the test, because luatest.skip_if prints the reason why the test is skipped. NO_DOC=test NO_CHANGELOG=test (cherry picked from commit d2b216e8)
Showing
- test/box-luatest/alter_with_compression_test.lua 3 additions, 5 deletionstest/box-luatest/alter_with_compression_test.lua
- test/box-luatest/transport_test.lua 4 additions, 6 deletionstest/box-luatest/transport_test.lua
- test/luatest_helpers/misc.lua 11 additions, 0 deletionstest/luatest_helpers/misc.lua
Please register or sign in to comment