Comment out zookeeper mailbox test
This commit is contained in:
parent
494a0afbbc
commit
622a2fb33f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue