This is an automated email from the ASF dual-hosted git repository.
chenxingchun pushed a commit to branch 1.3.6-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.6-prepare by this push:
new acacf6e [1.3.6-prepare][e2e]close e2e test
new e261ae9 Merge pull request #5031 from CalvinKirs/1.3.6-del-e2e
acacf6e is described below
commit acacf6e337a6315d6fa253952cb48c6cf9e281b3
Author: CalvinKirs <[email protected]>
AuthorDate: Thu Mar 11 08:40:22 2021 +0800
[1.3.6-prepare][e2e]close e2e test
---
.github/workflows/ci_e2e.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_e2e.yml b/.github/workflows/ci_e2e.yml
index ebd5364..eb254c4 100644
--- a/.github/workflows/ci_e2e.yml
+++ b/.github/workflows/ci_e2e.yml
@@ -64,8 +64,8 @@ jobs:
unzip chromedriver_linux64.zip
sudo mv -f chromedriver /usr/local/share/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
- - name: Run e2e Test
- run: cd ./e2e && mvn -B clean test
+# - name: Run e2e Test
+# run: cd ./e2e && mvn -B clean test
- name: Collect logs
if: failure()
uses: actions/upload-artifact@v2