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:
parent
41ecd4749c
commit
b2522ba02d
2 changed files with 2 additions and 2 deletions
|
|
@ -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: _*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue