Skip to content

Commit

Permalink
Disabling memcache extension installation on CI.
Browse files Browse the repository at this point in the history
This forces tests to skip. Although the CI environment was featuring a
running Memcached it wasn't advertised and sometimes not working as
expected, causing tests to fail.

This patch can be reverted when the CI environment starts to advertise a
Memcached or such a daemon can be installed and started manually.
  • Loading branch information
mariuswilms committed May 23, 2012
1 parent 40cdef2 commit 84c3cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ci_depends.php
Expand Up @@ -12,7 +12,6 @@
$installer->install('xcache');
}

$installer->install('memcached');
$installer->install('mongo');

class PhpExtensions {
Expand Down

0 comments on commit 84c3cba

Please sign in to comment.