Add missing long-running tag
This commit is contained in:
parent
3b06c0a7c2
commit
85c263e077
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ abstract class NodeShutdownSpec extends MultiNodeSpec(NodeShutdownMultiJvmSpec)
|
|||
cluster.isSingletonCluster must be(false)
|
||||
}
|
||||
|
||||
"become singleton cluster when one node is shutdown" in {
|
||||
"become singleton cluster when one node is shutdown" taggedAs LongRunningTest in {
|
||||
runOn(first) {
|
||||
val secondAddress = node(second).address
|
||||
testConductor.shutdown(first, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue