diff --git a/kernel/src/test/scala/MongoPersistentActorSpec.scala b/kernel/src/test/scala/MongoPersistentActorSpec.scala index 3c341a193e..eb5e04c85e 100644 --- a/kernel/src/test/scala/MongoPersistentActorSpec.scala +++ b/kernel/src/test/scala/MongoPersistentActorSpec.scala @@ -84,14 +84,14 @@ class BankAccountActor extends Actor { reply(txnLog.length.asInstanceOf[AnyRef]) } } - +/* @serializable class PersistentFailerActor extends Actor { makeTransactionRequired def receive: PartialFunction[Any, Unit] = { case "Failure" => throw new RuntimeException("expected") } -} +}*/ class MongoPersistentActorSpec extends TestCase { @Test