I'm having an issue where a particular tests fails using test-only within an sbt session, e.g
sbt
> test-only package.Test
where as running as a single command works fine. E.g
sbt 'test-only package.Test'
I wonder why the behaviour would be different?
I'm still working on a minimum example that I hope to share.
Update: This appears to be linked to instantiation of a Akka actor system. The error is boiling down to.
interface akka.actor.Scheduler is not assignable from class akka.actor.LightArrayRevolverScheduler