Skip to content

Commit 9020d88

Browse files
authored
comment out scalaz test due to sbt error (#8172)
1 parent 69df6c1 commit 9020d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml.circleci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
<!-- test java-related projects -->
826826
<module>samples/client/petstore/akka-scala</module>
827827
<module>samples/client/petstore/scala</module>
828-
<module>samples/client/petstore/scalaz</module>
828+
<!--<module>samples/client/petstore/scalaz</module>-->
829829
<module>samples/client/petstore/clojure</module>
830830
<module>samples/client/petstore/java/feign</module>
831831
<module>samples/client/petstore/java/jersey1</module>

pom.xml.circleci.java7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
<!-- test java-related projects -->
826826
<module>samples/client/petstore/akka-scala</module>
827827
<module>samples/client/petstore/scala</module>
828-
<module>samples/client/petstore/scalaz</module>
828+
<!--<module>samples/client/petstore/scalaz</module>-->
829829
<module>samples/client/petstore/clojure</module>
830830
<module>samples/client/petstore/java/feign</module>
831831
<module>samples/client/petstore/java/jersey1</module>

0 commit comments

Comments
 (0)