Skip to content

Commit 3a2d71b

Browse files
committed
disable projects
1 parent 8490cf3 commit 3a2d71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ given testRunner: CommunityBuildRunner with
1818
class 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()
3434
end CommunityBuildTestA
3535

3636
@Category(Array(classOf[TestCategory]))
@@ -57,7 +57,7 @@ end CommunityBuildTestB
5757

5858
@Category(Array(classOf[TestCategory]))
5959
class 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

Comments
 (0)