disable tests again

This commit is contained in:
momania 2010-08-12 16:18:11 +02:00
parent 50e5e5e298
commit 072425edad

View file

@ -5,12 +5,9 @@
package se.scalablesolutions.akka.amqp.test
import se.scalablesolutions.akka.amqp.AMQP
import se.scalablesolutions.akka.actor.ActorRegistry
import java.util.concurrent.TimeUnit
object AMQPTest {
def enabled = true
def enabled = false
def withCleanEndState(action: => Unit) {
try {