We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 811dc19 + c66a33e commit 3e68e93Copy full SHA for 3e68e93
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -344,10 +344,10 @@ class CommunityBuildTest:
344
@Test def ScalaPB = projects.ScalaPB.run()
345
@Test def minitest = projects.minitest.run()
346
@Test def fastparse = projects.fastparse.run()
347
- @Test def utest = projects.utest.run()
348
- @Test def sourcecode = projects.sourcecode.run()
349
- @Test def oslib = projects.oslib.run()
350
- @Test def ujson = projects.ujson.run()
+ //@Test def utest = projects.utest.run()
+ //@Test def sourcecode = projects.sourcecode.run()
+ //@Test def oslib = projects.oslib.run()
+ //@Test def ujson = projects.ujson.run()
351
// @Test def oslibWatch = projects.oslibWatch.run()
352
@Test def stdLib213 = projects.stdLib213.run()
353
@Test def shapeless = projects.shapeless.run()
0 commit comments