mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Excluding java interpreter from zeppelin-server tests.
This commit is contained in:
parent
3f85f1cd3b
commit
c5f96b27dd
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ addons:
|
|||
env:
|
||||
global:
|
||||
# Interpreters does not required by zeppelin-server integration tests
|
||||
- INTERPRETERS='!beam,!hbase,!pig,!jdbc,!file,!flink,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!r'
|
||||
- INTERPRETERS='!beam,!hbase,!pig,!jdbc,!file,!flink,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!r,!java'
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue