Exclude tests are excluded in python/pom.xml

This commit is contained in:
Alex Goodman 2016-11-02 15:47:32 -07:00
parent 86b1c909c9
commit f2d9e86423

View file

@ -36,7 +36,7 @@
<py4j.version>0.9.2</py4j.version>
<python.test.exclude>
**/PythonInterpreterWithPythonInstalledTest.java,
**/PythonInterpreterPandasSqlTest.java
**/PythonInterpreterPandasSqlTest.java,
**/PythonInterpreterMatplotlibTest.java
</python.test.exclude>
</properties>