You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/13 15:32:31 UTC

[iotdb] branch rel/1.0 updated: Fix verfiy phase not working in integration-test (#8436) (#8439)

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 ba1df9a5f9 Fix verfiy phase not working in integration-test (#8436) (#8439)
ba1df9a5f9 is described below

commit ba1df9a5f9ecd87237367a5c497715b360a47e04
Author: BaiJian <er...@hotmail.com>
AuthorDate: Tue Dec 13 23:32:23 2022 +0800

    Fix verfiy phase not working in integration-test (#8436) (#8439)
---
 integration-test/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 3829a3131a..324f7e8ddd 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -184,7 +184,9 @@
                             <goal>verify</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
+                            <summaryFiles>
+                                <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
+                            </summaryFiles>
                         </configuration>
                     </execution>
                 </executions>