summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-06-09 12:35:56 +0200
committerantirez <antirez@gmail.com>2011-06-09 12:35:56 +0200
commit6c194dae58b722488513239de4622ccbaed71c18 (patch)
tree6566e0691803b5b1f04f0da47b79ba1a373c4d1b
parent7a4c4682f27df94da157ef0ba629dc10473f26d3 (diff)
downloadredis-2.4.0-rc1.tar.gz
VM tests commented out for 2.42.4.0-rc1
-rw-r--r--tests/test_helper.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 2eab0eeea..75b4f3779 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -134,6 +134,7 @@ proc execute_everything {} {
execute_tests "unit/pubsub"
# run tests with VM enabled
+ if 0 {
set ::global_overrides {vm-enabled yes}
execute_tests "unit/protocol"
execute_tests "unit/basic"
@@ -145,6 +146,7 @@ proc execute_everything {} {
execute_tests "unit/expire"
execute_tests "unit/other"
execute_tests "unit/cas"
+ }
}
proc main {} {