This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/1.0 by this push:
new b32a011694 disable integration tests
b32a011694 is described below
commit b32a011694ea44a5e56bc0735a05ef055ea3e479
Author: HTHou <[email protected]>
AuthorDate: Tue Nov 29 23:45:26 2022 +0800
disable integration tests
---
integration-test/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 2ce41e9b2c..1b5addb22a 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>iotdb-parent</artifactId>
<groupId>org.apache.iotdb</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>integration-test</artifactId>
diff --git a/pom.xml b/pom.xml
index d1f46e17a8..96284d4b66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<module>client-cpp</module>
<module>metrics</module>
<module>integration</module>
- <module>integration-test</module>
+<!-- <module>integration-test</module>-->
<module>consensus</module>
<module>external-pipe-api</module>
<module>library-udf</module>