This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.14.0_preview1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.14.0_preview1 by this
push:
new d22e0bd7f8 skip tests
d22e0bd7f8 is described below
commit d22e0bd7f87dbd7f16c93d6a8834051395d159ba
Author: HTHou <[email protected]>
AuthorDate: Wed Jun 29 17:51:33 2022 +0800
skip tests
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f0f2003787..aeaec3f77f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,8 +112,8 @@
<module>compile-tools</module>
<module>client-cpp</module>
<module>metrics</module>
- <module>integration</module>
- <module>integration-test</module>
+<!-- <module>integration</module>-->
+<!-- <module>integration-test</module>-->
<module>consensus</module>
<module>external-pipe-api</module>
<module>library-udf</module>