• Ignoring Scalatest Tests By Tag When Using JUnit Runner and Gradle

    I use Drone for CI for some projects, a fully awesome Docker based build pipeline tool. On one of my projects that uses Gradle and scalatest I was experience a hang at the end of the build & test phase, prevent further Drone tasks from running. After a lengthly chunk of work and diagnosis I found this issue to Docker v1.12, which matched our Docker version on Drone. However, I learnt some things along the way which I’ll blog about piece by piece, and first up is ignoring scalatest tests by tag when using JUnit Runner.