Tag as LongRunningTest

This commit is contained in:
Patrik Nordwall 2012-05-25 15:45:13 +02:00
parent 1289d5069c
commit 17d54f1ae8
4 changed files with 11 additions and 12 deletions

View file

@ -37,7 +37,7 @@ abstract class NodeMembershipSpec extends MultiNodeSpec(NodeMembershipMultiJvmSp
"A set of connected cluster systems" must {
"(when two systems) start gossiping to each other so that both systems gets the same gossip info" in {
"(when two systems) start gossiping to each other so that both systems gets the same gossip info" taggedAs LongRunningTest in {
runOn(first, second) {
cluster.join(firstAddress)
@ -51,7 +51,7 @@ abstract class NodeMembershipSpec extends MultiNodeSpec(NodeMembershipMultiJvmSp
}
"(when three systems) start gossiping to each other so that both systems gets the same gossip info" in {
"(when three systems) start gossiping to each other so that both systems gets the same gossip info" taggedAs LongRunningTest in {
runOn(third) {
cluster.join(firstAddress)