Skip to content

Commit 1a8f24b

Browse files
committed
exclude SecurityRestApiTest and NotebookSecurityRestApiTest
1 parent 4f82243 commit 1a8f24b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ matrix:
5252
# HeliumApplicationFactoryTest - https://issues.apache.org/jira/browse/ZEPPELIN-2470
5353
# NotebookTest - https://issues.apache.org/jira/browse/ZEPPELIN-2471
5454
# ZeppelinRestApiTest - https://issues.apache.org/jira/browse/ZEPPELIN-2473
55+
# SecurityRestApiTest - https://issues.apache.org/jira/browse/ZEPPELIN-2545
56+
# NotebookSecurityRestApiTest - https://issues.apache.org/jira/browse/ZEPPELIN-2546
5557
# After issues are fixed these tests need to be included back by removing them from the "-Dtests.to.exclude" property
5658
- jdk: "oraclejdk7"
57-
env: SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscalding -Phelium-dev -Pexamples -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr -DskipRat" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS="-Dtests.to.exclude=**/ZeppelinSparkClusterTest.java,**/org.apache.zeppelin.spark.*,**/HeliumBundleFactoryTest.java,**/HeliumApplicationFactoryTest.java,**/NotebookTest.java,**/ZeppelinRestApiTest.java -DfailIfNoTests=false"
59+
env: SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pscalding -Phelium-dev -Pexamples -Pscala-2.11" BUILD_FLAG="package -Pbuild-distr -DskipRat" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS="-Dtests.to.exclude=**/ZeppelinSparkClusterTest.java,**/org.apache.zeppelin.spark.*,**/HeliumBundleFactoryTest.java,**/HeliumApplicationFactoryTest.java,**/NotebookTest.java,**/ZeppelinRestApiTest.java,**/SecurityRestApiTest.java,**/NotebookSecurityRestApiTest.java -DfailIfNoTests=false"
5860

5961
# Test selenium with spark module for 1.6.3
6062
- jdk: "oraclejdk7"

0 commit comments

Comments
 (0)