Skip to content

Commit 8b8caa9

Browse files
Disable scala-onnx from the community build (#19783)
[skip ci]
2 parents 2664204 + 9cfcb8c commit 8b8caa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)