You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2021/02/24 07:23:21 UTC

[flink-statefun] branch master updated: [hotfix] Temporary disable E2E tests in CI

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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new ec69df6  [hotfix] Temporary disable E2E tests in CI
ec69df6 is described below

commit ec69df60bdf570d20509efb6160dda0004264867
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Wed Feb 24 15:21:07 2021 +0800

    [hotfix] Temporary disable E2E tests in CI
    
    Github Actions recently upgraded their Docker version, which caused our
    E2E tests to be failing due to incompatibilities with the Java API that
    our Testcontainers dependency is using.
    
    A few attempts so far of upgrading Testcontainers has failed; to unblock
    the ongoing efforts of merging the new Java SDKs, I'm temporary
    disabling the E2E tests on the CI and try to resolve this independently.
---
 .github/workflows/java8-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/java8-build.yml b/.github/workflows/java8-build.yml
index 2f09c94..563ae8e 100644
--- a/.github/workflows/java8-build.yml
+++ b/.github/workflows/java8-build.yml
@@ -13,4 +13,4 @@ jobs:
         with:
           java-version: 1.8
       - name: Build
-        run: mvn clean install -Prun-e2e-tests
\ No newline at end of file
+        run: mvn clean install
\ No newline at end of file