Skip to content

Commit

Permalink
Taking ClusterMBeanSpec out of commission until it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorklang committed Apr 26, 2012
1 parent 976f7dd commit 447896d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ import com.typesafe.config._
* *****************************************************
*/

class ClusterMBeanSpec extends ClusterSpec("akka.loglevel = DEBUG") with ImplicitSender {
/*class ClusterMBeanSpec extends ClusterSpec("akka.loglevel = DEBUG") with ImplicitSender {
var node0: Cluster = _
var system0: ActorSystemImpl = _
Expand Down Expand Up @@ -61,3 +61,4 @@ class ClusterMBeanSpec extends ClusterSpec("akka.loglevel = DEBUG") with Implici
if (system0 ne null) system0.shutdown()
}
}
*/

0 comments on commit 447896d

Please sign in to comment.