FIXME singletonCluster should reach convergence. See #2117
This commit is contained in:
parent
d3511d25a4
commit
db4730978f
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue