[Tarantool-patches] [PATCH luajit 1/5] test: disable `lj-603-snap-restore` test
Maxim Kokryashkin
max.kokryashkin at gmail.com
Wed Feb 15 01:30:23 MSK 2023
The test is extremely fragile and it is burdening
to fix it in scope of every major change.
---
test/tarantool-tests/lj-603-err-snap-restore.test.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/tarantool-tests/lj-603-err-snap-restore.test.lua b/test/tarantool-tests/lj-603-err-snap-restore.test.lua
index b5353e85..9dbd9cc2 100644
--- a/test/tarantool-tests/lj-603-err-snap-restore.test.lua
+++ b/test/tarantool-tests/lj-603-err-snap-restore.test.lua
@@ -1,3 +1,4 @@
+require('utils').skipcond(true, 'too fragile, temporarily disabled')
local tap = require('tap')
-- Test to demonstrate the incorrect JIT behaviour when an error
--
2.39.0
More information about the Tarantool-patches
mailing list