FIXME singletonCluster should reach convergence. See #2117

This commit is contained in:
Patrik Nordwall 2012-05-24 08:51:36 +02:00
parent d3511d25a4
commit db4730978f

View file

@ -50,7 +50,8 @@ class NodeStartupSpec extends MultiNodeSpec(NodeStartupMultiJvmSpec) with Implic
"be a singleton cluster when started up" in {
runOn(first) {
awaitCond(firstNode.isSingletonCluster)
firstNode.convergence must be(None)
// FIXME #2117 singletonCluster should reach convergence
//awaitCond(firstNode.convergence.isDefined)
}
}