Comment out zookeeper mailbox test

This commit is contained in:
Peter Vlugter 2011-06-30 18:24:38 +12:00
parent 494a0afbbc
commit 622a2fb33f

View file

@ -5,6 +5,7 @@ import akka.cluster.zookeeper._
import org.I0Itec.zkclient._
/*
class ZooKeeperBasedMailboxSpec extends DurableMailboxSpec("ZooKeeper", ZooKeeperDurableMailboxStorage) {
val dataPath = "_akka_cluster/data"
val logPath = "_akka_cluster/log"
@ -29,3 +30,4 @@ class ZooKeeperBasedMailboxSpec extends DurableMailboxSpec("ZooKeeper", ZooKeepe
super.afterAll
}
}
*/