summaryrefslogtreecommitdiff
path: root/tests/alltests.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/alltests.lua')
-rw-r--r--tests/alltests.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alltests.lua b/tests/alltests.lua
index 2879e57..de3385f 100644
--- a/tests/alltests.lua
+++ b/tests/alltests.lua
@@ -5,5 +5,5 @@ load "tests/test3.lua"
function runtests()
test1()
test2()
- test3()
+-- test3()
end