mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Exclude tests are excluded in python/pom.xml
This commit is contained in:
parent
86b1c909c9
commit
f2d9e86423
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue