Skip to content

Commit eb762b9

Browse files
committed
disable projects
1 parent 8490cf3 commit eb762b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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]))
@@ -51,13 +51,13 @@ class CommunityBuildTestB:
5151
@Test def scodec = projects.scodec.run()
5252
@Test def scodecBits = projects.scodecBits.run()
5353
@Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
54-
@Test def spire = projects.spire.run()
55-
@Test def http4s = projects.http4s.run()
54+
//@Test def spire = projects.spire.run()
55+
//@Test def http4s = projects.http4s.run()
5656
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)