sbt-assembly: skip specific test
问题 I would like to configure sbt-assembly to skip a specific test class. Is there any way to do this? If it helps, I tagged the test using ScalaTest @Network tag. 回答1: See Additional test configurations with shared sources. This allows you to come up with alternative "test" task in FunTest configuration while reusing your test source. After you have fun:test working with whatever filter you define using testOptions in FunTest := Seq(Tests.Filter(itFilter)) , you can then rewire test in assembly