Skip to content

Commit

Permalink
disable erlang server test due to dependency issue (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jun 21, 2018
1 parent 4cb51ac commit 825e4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,8 @@
<module>samples/client/petstore/elixir</module>
<module>samples/client/petstore/erlang-client</module>
<!-- servers -->
<module>samples/server/petstore/erlang-server</module>
<!-- disable erlang server test due to dependency issues
<module>samples/server/petstore/erlang-server</module> -->
<module>samples/server/petstore/jaxrs/jersey2</module>
<module>samples/server/petstore/jaxrs/jersey2-useTags</module>
<module>samples/server/petstore/spring-mvc</module>
Expand Down

0 comments on commit 825e4e9

Please sign in to comment.