summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-08-26 17:52:02 +0200
committerantirez <antirez@gmail.com>2010-08-26 17:52:02 +0200
commit588cd980e93a1a9f6afae85ed52ec74ff3d811e1 (patch)
tree45d1986baa0c3dd2c62ec76efaa612675ed91e4a
parent452ccf7a415fd748cb0b3d00bef8062455c3c675 (diff)
downloadredis-588cd980e93a1a9f6afae85ed52ec74ff3d811e1.tar.gz
redis-cli tests commented out since there is a problem with the CI server and this tests, will be activated again once the problem is fixed
-rw-r--r--tests/test_helper.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 4ae9cc659..ee7fa3e19 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -95,7 +95,7 @@ proc main {} {
execute_tests "unit/cas"
execute_tests "integration/replication"
execute_tests "integration/aof"
- execute_tests "integration/redis-cli"
+# execute_tests "integration/redis-cli"
execute_tests "unit/pubsub"
# run tests with VM enabled