File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
akka-actor-tests/src/test/scala/akka/actor Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import com.github.ghik.silencer.silent
15
15
16
16
import scala .concurrent .duration ._
17
17
import org .scalatest .BeforeAndAfterEach
18
- import org .scalatestplus .junit .JUnitSuiteLike
18
+ // import org.scalatestplus.junit.JUnitSuiteLike
19
19
20
20
object ActorWithStashSpec {
21
21
@@ -98,8 +98,9 @@ object ActorWithStashSpec {
98
98
99
99
}
100
100
101
- @ silent
102
- class JavaActorWithStashSpec extends StashJavaAPI with JUnitSuiteLike
101
+ // TODO re-enable when lampepfl/dotty#8599 is fixed
102
+ // @silent
103
+ // class JavaActorWithStashSpec extends StashJavaAPI with JUnitSuiteLike
103
104
104
105
@ silent
105
106
class ActorWithStashSpec extends AkkaSpec with DefaultTimeout with BeforeAndAfterEach {
You can’t perform that action at this time.
0 commit comments