We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d741f42 commit ff51b52Copy full SHA for ff51b52
akka-actor-tests/src/test/scala/akka/actor/ActorWithStashSpec.scala
@@ -15,7 +15,7 @@ import com.github.ghik.silencer.silent
15
16
import scala.concurrent.duration._
17
import org.scalatest.BeforeAndAfterEach
18
-import org.scalatestplus.junit.JUnitSuiteLike
+//import org.scalatestplus.junit.JUnitSuiteLike
19
20
object ActorWithStashSpec {
21
@@ -98,8 +98,9 @@ object ActorWithStashSpec {
98
99
}
100
101
-@silent
102
-class JavaActorWithStashSpec extends StashJavaAPI with JUnitSuiteLike
+// TODO re-enable when lampepfl/dotty#8599 is fixed
+//@silent
103
+//class JavaActorWithStashSpec extends StashJavaAPI with JUnitSuiteLike
104
105
@silent
106
class ActorWithStashSpec extends AkkaSpec with DefaultTimeout with BeforeAndAfterEach {
0 commit comments