Mark tests that use unstable experimental features as ignored. See #2654

These tests use the throttling in the experimental test conductor which relies
on the fact that the same connection is used for both inbound and outbound
traffic. This is not always the case when starting multiple cluster nodes
at the same time.
This commit is contained in:
Björn Antonsson 2012-11-22 11:39:51 +01:00
parent 41ecd4749c
commit b2522ba02d
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ abstract class UnreachableNodeRejoinsClusterSpec(multiNodeConfig: UnreachableNod
enterBarrier("after_" + endBarrierNumber)
}
"A cluster of " + roles.size + " members" must {
"A cluster of " + roles.size + " members" ignore {
"reach initial convergence" taggedAs LongRunningTest in {
awaitClusterUp(roles: _*)