[Tarantool-patches] [PATCH v6 24/25] Add luacheck supressions for luajit tests

sergeyb at tarantool.org sergeyb at tarantool.org
Fri May 29 18:09:40 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

Part of #4681

Reviewed-by: Igor Munkin <imun at tarantool.org>
---
 .luacheckrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.luacheckrc b/.luacheckrc
index c33af181f..f2280a374 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -64,6 +64,7 @@ files["test/box-tap/extended_error.test.lua"] = {
 	ignore = {"211"}
 }
 files["test/engine/conflict.lua"] = {globals = {"test_conflict"}}
+files["test/luajit-tap/or-232-unsink-64-kptr.test.lua"] = {ignore = {"542"}}
 files["test/replication/replica_quorum.lua"] = {globals = {"INSTANCE_URI", "nonexistent_uri"}}
 files["test/replication/replica_on_schema_init.lua"] = {globals = {"trig_local", "trig_engine"}}
 files["test/replication/lua/fast_replica.lua"] = {
-- 
2.23.0



More information about the Tarantool-patches mailing list