This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c98720  [HotFix] Flink UT is not enabled
2c98720 is described below

commit 2c98720e1bfa304bca4138187b885cfccb64718f
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Thu Oct 28 18:22:05 2021 +0800

    [HotFix] Flink UT is not enabled
---
 .github/workflows/core.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index 1503c66..efe147f 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -181,7 +181,7 @@ jobs:
           ./mvnw install -DskipTests -DskipRat -am -pl 
flink/flink-scala-2.11,flink/flink-scala-2.12,flink-cmd,zeppelin-interpreter-integration
 -Pflink-${{ matrix.flink }} -Pintegration -B
           ./mvnw clean package -pl zeppelin-plugins -amd -DskipTests -B
       - name: run tests
-        run: ./mvnw test -DskipRat -pl 
flink/flink-scala-2.11,flink/flink-scala-2.12,flink-cmd,zeppelin-interpreter-integration
 -Pflink-${{ matrix.flink }} -Pintegration -DfailIfNoTests=false -B 
-Dtest=ZeppelinFlinkClusterTest${{ matrix.flink }}
+        run: ./mvnw test -DskipRat -pl 
flink/flink-scala-2.11,flink/flink-scala-2.12,flink-cmd,zeppelin-interpreter-integration
 -Pflink-${{ matrix.flink }} -Pintegration -DfailIfNoTests=false -B 
-Dtest=org.apache.zeppelin.flink.*,FlinkIntegrationTest${{ matrix.flink }}
 
   run-spark-intergration-test:
     runs-on: ubuntu-20.04

Reply via email to