Skip to content

Commit 9cfcb8c

Browse files
committed
Disable scala-onnx from the community build
1 parent 98efdab commit 9cfcb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CommunityBuildTestC:
7171
@Test def jacksonModuleScala = projects.jacksonModuleScala.run()
7272
@Test def libretto = projects.libretto.run()
7373
@Test def minitest = projects.minitest.run()
74-
@Test def onnxScala = projects.onnxScala.run()
74+
//@Test def onnxScala = projects.onnxScala.run()
7575
@Test def oslib = projects.oslib.run()
7676
// @Test def oslibWatch = projects.oslibWatch.run()
7777
@Test def parboiled2 = projects.parboiled2.run()

0 commit comments

Comments
 (0)