Skip to content

Commit

Permalink
Disable the ERModernMoviesTest module temporarily from the Maven build
Browse files Browse the repository at this point in the history
I'm unable to run the integration tests on that module successfully. Neither on macOS nor AWS Linux. I'll disable the build of that module until we figure out how to make it work again.
  • Loading branch information
hprange committed Nov 1, 2017
1 parent 1634d26 commit 9458203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<module>ERXTest</module>
<module>TestAdaptor</module>
<module>PluginTest</module>
<module>ERModernMoviesTest</module>
<!-- Disable the ERModernMoviesTest module temporarily -->
<!--<module>ERModernMoviesTest</module>-->
</modules>
</project>

0 comments on commit 9458203

Please sign in to comment.