"Address already in use" error from ScalaTestWithActorTestKit

The cause is that I have implicit val system = ActorSystem("my-app") in my test.
It is fixed by replacing it with implicit val system = testKit.internalSystem.toClassic