Add missing long-running tag

This commit is contained in:
Patrik Nordwall 2012-05-31 22:17:34 +02:00
parent 3b06c0a7c2
commit 85c263e077

View file

@ -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)