You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by zh...@apache.org on 2019/07/08 12:19:05 UTC

[servicecomb-pack] 09/10: SCB-1321 Disable integration-tests module

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

zhanglei pushed a commit to branch SCB-1321
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit c0c6016e8fc9b7f032460cc808d2f4d8961ef814
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Mon Jul 8 20:17:21 2019 +0800

    SCB-1321 Disable integration-tests module
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c4e7ea..5495ba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,9 @@
     <module>alpha</module>
     <module>pack-contracts</module>
     <module>pack-common</module>
+    <!-- TODO These tests use database validation and it is recommended to use acceptance testing instead.
     <module>integration-tests</module>
+    -->
     <module>persistence</module>
     <module>web</module>
   </modules>