Commit f5f61edb authored by Sergey Petrunya's avatar Sergey Petrunya

Skip cassandra_qcache.test if there is no Cassandra cluster running.

parent 3c8b9ed6
......@@ -16,6 +16,7 @@ sub skip_combinations {
unless -e '/etc/pam.d/mariadb_mtr';
$skip{'t/cassandra.test'} = 'Cassandra is not running'
unless cassandra_running();
$skip{'t/cassandra_qcache.test'} = $skip{'t/cassandra.test'};
%skip;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment