Skip to content

Commit 9722445

Browse files
committed
Disable tests for worldedit.lua/luatransform
1 parent 1b1f03a commit 9722445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worldedit/test.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ do
543543
end
544544

545545

546-
register_test("Code")
546+
--[[register_test("Code")
547547
register_test("worldedit.lua", function()
548548
-- syntax error
549549
local err, ret = worldedit.lua("?")
@@ -577,7 +577,7 @@ register_test("worldedit.luatransform", function()
577577
"minetest.swap_node(pos, {name=" .. ("%q"):format(testnode1) .. "})")
578578
assert(err == nil)
579579
check.filled(pos1, pos1, testnode1)
580-
end)
580+
end)]]
581581

582582
---------------------
583583
-- Main function

0 commit comments

Comments
 (0)