Skip to content

Commit

Permalink
Fix scala#19772 - temporarily disable onnxScala test
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Feb 26, 2024
1 parent 2664204 commit 7184633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class CommunityBuildTestC:
@Test def jacksonModuleScala = projects.jacksonModuleScala.run()
@Test def libretto = projects.libretto.run()
@Test def minitest = projects.minitest.run()
@Test def onnxScala = projects.onnxScala.run()
// @Test def onnxScala = projects.onnxScala.run()
@Test def oslib = projects.oslib.run()
// @Test def oslibWatch = projects.oslibWatch.run()
@Test def parboiled2 = projects.parboiled2.run()
Expand Down

0 comments on commit 7184633

Please sign in to comment.