@@ -18,7 +18,7 @@ given testRunner: CommunityBuildRunner with
1818class CommunityBuildTestA :
1919 @ Test def izumiReflect = projects.izumiReflect.run()
2020 @ Test def scalaSTM = projects.scalaSTM.run()
21- @ Test def scalatest = projects.scalatest.run()
21+ // @Test def scalatest = projects.scalatest.run()
2222 @ Test def scalatestplusTestNG = projects.scalatestplusTestNG.run()
2323 // 'Sciss/Lucre' dependencies:
2424 // @Test def scissEqual = projects.scissEqual .run()
@@ -30,7 +30,7 @@ class CommunityBuildTestA:
3030 // @Test def scissAsyncFile = projects.scissAsyncFile .run()
3131 // @Test def scissSpan = projects.scissSpan .run()
3232 @ Test def scissLucre = projects.scissLucre.run()
33- @ Test def zio = projects.zio.run()
33+ // @Test def zio = projects.zio.run()
3434end CommunityBuildTestA
3535
3636@ Category (Array (classOf [TestCategory ]))
@@ -57,7 +57,7 @@ end CommunityBuildTestB
5757
5858@ Category (Array (classOf [TestCategory ]))
5959class CommunityBuildTestC :
60- @ Test def akka = projects.akka.run()
60+ // @Test def akka = projects.akka.run()
6161 // Disabled because `javax.xml.bind` is not available since java 11
6262 // @Test def betterfiles = projects.betterfiles.run()
6363 @ Test def cask = projects.cask.run()
0 commit comments