This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new 23af25a update README.md 23af25a is described below commit 23af25ae3d65828ae38c9318fd81cd3b66a5138e Author: ken.lj <ken.lj...@gmail.com> AuthorDate: Tue Mar 10 18:43:12 2020 +0800 update README.md --- java/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java/README.md b/java/README.md index 28ba700..eb50c07 100644 --- a/java/README.md +++ b/java/README.md @@ -45,6 +45,11 @@ mvn -Ddocker.showLogs -Pdubbo-integration-test clean verify Pls. note integration test relies on docker environment, make sure docker environment is available before run it. +> The test may not stable enough at this moment, please enable failure skip to run the whole test suite +> ```bash +> mvn -Pdubbo-integration-test clean verify -Dmaven.test.failure.ignore=true +> ``` + **How to add more integration test** If you are interested in contributing more integration test for dubbo, pls. read further to understand how to enable integration test for one particular sample from the scratch. --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org